#66375A

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

Shades of Palatinate Purple #66375A

Tints of Palatinate Purple #66375A

Color information

#66375A (or 0x66375A) is unknown color: approx Palatinate Purple. HEX triplet: 66, 37 and 5A. RGB value is (102,55,90). Sum of RGB (Red+Green+Blue) = 102+55+90=247 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.30% from 247); Green value is 55 (21.88% from 255 or 22.27% from 247); Blue value is 90 (35.55% from 255 or 36.44% from 247); Max value from RGB is 102 - color contains mainly: red. Hex color #66375A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66375A is #99C8A5. Grayscale: #484848. Windows color (decimal): -10078374 or 5912422. OLE color: 5912422.

HSL color Cylindrical-coordinate representation of color #66375A: hue angle of 315.32º 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 #66375A is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.6.

Color convert

RGB1025590-
CMYK00.460.120.6
HSL315.32º29.94%30.78%-
HSV(B)315.32º46.08%40%-
XYZ8.696.310.43-
YUV73.04137.57148.65-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.30%
GREEN value IS 55 (21.88% from 255) = 22.27%
BLUE value IS 90 (35.55% from 255) = 36.44%
R=41.30%
G=22.27%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102559000.460.120.6315.3229.9430.78
Hex66375A02EC3C13b1e1f
Octal1466713205614744733637
Binary11001101101111011010010111011001111001001110111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66375A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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