#66409F

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

Shades of Royal Purple #66409F

Tints of Royal Purple #66409F

Color information

#66409F (or 0x66409F) is unknown color: approx Royal Purple. HEX triplet: 66, 40 and 9F. RGB value is (102,64,159). Sum of RGB (Red+Green+Blue) = 102+64+159=325 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.38% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 159 (62.5% from 255 or 48.92% from 325); Max value from RGB is 159 - color contains mainly: blue. Hex color #66409F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66409F is #99BF60. Grayscale: #555555. Windows color (decimal): -10076001 or 10436710. OLE color: 10436710.

HSL color Cylindrical-coordinate representation of color #66409F: hue angle of 264º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66409F is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10264159-
CMYK0.360.6000.38
HSL264º42.6%43.73%-
HSV(B)264º59.75%62.35%-
XYZ13.578.9933.82-
YUV86.19169.09139.28-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.38%
GREEN value IS 64 (25.39% from 255) = 19.69%
BLUE value IS 159 (62.5% from 255) = 48.92%
R=31.38%
G=19.69%
B=48.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal102641590.360.6000.3826442.643.73
Hex66409F243C0261082b2c
Octal14610023744740464105354
Binary11001101000000100111111001001111000100110100001000101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66409F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66409F; }

 p { color: rgb(102,64,159); }

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

<style>
 a { background-color: #66409F; }

 a { background-color: rgb(102,64,159); }

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

<style>
 span { border-color: #66409F; }

 span { border-color: rgb(102,64,159); }

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