#66325B

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

Shades of Palatinate Purple #66325B

Tints of Palatinate Purple #66325B

Color information

#66325B (or 0x66325B) is unknown color: approx Palatinate Purple. HEX triplet: 66, 32 and 5B. RGB value is (102,50,91). Sum of RGB (Red+Green+Blue) = 102+50+91=243 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.98% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 102 - color contains mainly: red. Hex color #66325B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66325B is #99CDA4. Grayscale: #464646. Windows color (decimal): -10079653 or 5976678. OLE color: 5976678.

HSL color Cylindrical-coordinate representation of color #66325B: hue angle of 312.69º 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 #66325B is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.6.

Color convert

RGB1025091-
CMYK00.510.110.6
HSL312.69º34.21%29.8%-
HSV(B)312.69º50.98%40%-
XYZ8.515.8610.58-
YUV70.22139.73150.67-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.98%
GREEN value IS 50 (19.92% from 255) = 20.58%
BLUE value IS 91 (35.94% from 255) = 37.45%
R=41.98%
G=20.58%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.11
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102509100.510.110.6312.6934.2129.8
Hex66325B033B3C139221e
Octal1466213306313744714236
Binary110011011001010110110110011101111110010011100110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66325B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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