#66325C

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

Shades of Palatinate Purple #66325C

Tints of Palatinate Purple #66325C

Color information

#66325C (or 0x66325C) is unknown color: approx Palatinate Purple. HEX triplet: 66, 32 and 5C. RGB value is (102,50,92). Sum of RGB (Red+Green+Blue) = 102+50+92=244 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.80% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 92 (36.33% from 255 or 37.70% from 244); Max value from RGB is 102 - color contains mainly: red. Hex color #66325C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66325C is #99CDA3. Grayscale: #464646. Windows color (decimal): -10079652 or 6042214. OLE color: 6042214.

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

Color convert

RGB1025092-
CMYK00.510.100.6
HSL311.54º34.21%29.8%-
HSV(B)311.54º50.98%40%-
XYZ8.555.8810.81-
YUV70.34140.23150.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.80%
GREEN value IS 50 (19.92% from 255) = 20.49%
BLUE value IS 92 (36.33% from 255) = 37.70%
R=41.80%
G=20.49%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.10
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102509200.510.100.6311.5434.2129.8
Hex66325C033A3C138221e
Octal1466213406312744704236
Binary110011011001010111000110011101011110010011100010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66325C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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