#66335B

Color #66335B Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #66335B

Tints of Palatinate Purple #66335B

Color information

#66335B (or 0x66335B) is unknown color: approx Palatinate Purple. HEX triplet: 66, 33 and 5B. RGB value is (102,51,91). Sum of RGB (Red+Green+Blue) = 102+51+91=244 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.80% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 91 (35.94% from 255 or 37.30% from 244); Max value from RGB is 102 - color contains mainly: red. Hex color #66335B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66335B is #99CCA4. Grayscale: #464646. Windows color (decimal): -10079397 or 5976934. OLE color: 5976934.

HSL color Cylindrical-coordinate representation of color #66335B: hue angle of 312.94º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66335B is Cyan = 0, Magento = 0.5, Yellow = 0.11 and Black (K on CMYK) = 0.6.

Color convert

RGB1025191-
CMYK00.50.110.6
HSL312.94º33.33%30%-
HSV(B)312.94º50%40%-
XYZ8.555.9510.59-
YUV70.81139.4150.25-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.80%
GREEN value IS 51 (20.31% from 255) = 20.90%
BLUE value IS 91 (35.94% from 255) = 37.30%
R=41.80%
G=20.90%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.11
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102519100.50.110.6312.9433.3330
Hex66335B032B3C139211e
Octal1466313306213744714136
Binary110011011001110110110110010101111110010011100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66335B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66335B; }

 p { color: rgb(102,51,91); }

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

<style>
 a { background-color: #66335B; }

 a { background-color: rgb(102,51,91); }

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

<style>
 span { border-color: #66335B; }

 span { border-color: rgb(102,51,91); }

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