#61469E

Color #61469E Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #61469E

Tints of Royal Purple #61469E

Color information

#61469E (or 0x61469E) is unknown color: approx Royal Purple. HEX triplet: 61, 46 and 9E. RGB value is (97,70,158). Sum of RGB (Red+Green+Blue) = 97+70+158=325 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.85% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 158 (62.11% from 255 or 48.62% from 325); Max value from RGB is 158 - color contains mainly: blue. Hex color #61469E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61469E is #9EB961. Grayscale: #575757. Windows color (decimal): -10402146 or 10372705. OLE color: 10372705.

HSL color Cylindrical-coordinate representation of color #61469E: hue angle of 258.41º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61469E is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9770158-
CMYK0.390.5600.38
HSL258.41º38.6%44.71%-
HSV(B)258.41º55.7%61.96%-
XYZ13.299.3933.46-
YUV88.1167.45134.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 29.85%
GREEN value IS 70 (27.73% from 255) = 21.54%
BLUE value IS 158 (62.11% from 255) = 48.62%
R=29.85%
G=21.54%
B=48.62%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal97701580.390.5600.38258.4138.644.71
Hex61469E2738026102272d
Octal14110623647700464024755
Binary11000011000110100111101001111110000100110100000010100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61469E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61469E; }

 p { color: rgb(97,70,158); }

 H1.HeaderClassName
 {
   color: #61469E;
 }
 .AnyTagClassName
 {
   color: #61469E;
 }
</style>
background-color css

<style>
 a { background-color: #61469E; }

 a { background-color: rgb(97,70,158); }

 div.DivClassName
 {
   background-color: #61469E;
 }
 .BgClassName
 {
   background-color: #61469E;
 }
</style>
border-color css

<style>
 span { border-color: #61469E; }

 span { border-color: rgb(97,70,158); }

 td.TdClassName
 {
   border-color: #61469E;
 }
 .TagClassName
 {
   border-color: #61469E;
 }
</style>