#66375C

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

Shades of Palatinate Purple #66375C

Tints of Palatinate Purple #66375C

Color information

#66375C (or 0x66375C) is unknown color: approx Palatinate Purple. HEX triplet: 66, 37 and 5C. RGB value is (102,55,92). Sum of RGB (Red+Green+Blue) = 102+55+92=249 (32% of max value = 765). Red value is 102 (40.23% from 255 or 40.96% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 92 (36.33% from 255 or 36.95% from 249); Max value from RGB is 102 - color contains mainly: red. Hex color #66375C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66375C is #99C8A3. Grayscale: #494949. Windows color (decimal): -10078372 or 6043494. OLE color: 6043494.

HSL color Cylindrical-coordinate representation of color #66375C: hue angle of 312.77º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #66375C is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.6.

Color convert

RGB1025592-
CMYK00.460.100.6
HSL312.77º29.94%30.78%-
HSV(B)312.77º46.08%40%-
XYZ8.786.3310.88-
YUV73.27138.57148.49-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.96%
GREEN value IS 55 (21.88% from 255) = 22.09%
BLUE value IS 92 (36.33% from 255) = 36.95%
R=40.96%
G=22.09%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.10
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102559200.460.100.6312.7729.9430.78
Hex66375C02EA3C1391e1f
Octal1466713405612744713637
Binary11001101101111011100010111010101111001001110011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66375C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66375C; }

 p { color: rgb(102,55,92); }

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

<style>
 a { background-color: #66375C; }

 a { background-color: rgb(102,55,92); }

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

<style>
 span { border-color: #66375C; }

 span { border-color: rgb(102,55,92); }

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