#66405C

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

Shades of Palatinate Purple #66405C

Tints of Palatinate Purple #66405C

Color information

#66405C (or 0x66405C) is unknown color: approx Palatinate Purple. HEX triplet: 66, 40 and 5C. RGB value is (102,64,92). Sum of RGB (Red+Green+Blue) = 102+64+92=258 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.53% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 92 (36.33% from 255 or 35.66% from 258); Max value from RGB is 102 - color contains mainly: red. Hex color #66405C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66405C is #99BFA3. Grayscale: #4E4E4E. Windows color (decimal): -10076068 or 6045798. OLE color: 6045798.

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

Color convert

RGB1026492-
CMYK00.370.100.6
HSL315.79º22.89%32.55%-
HSV(B)315.79º37.25%40%-
XYZ9.247.2611.04-
YUV78.55135.59144.72-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.53%
GREEN value IS 64 (25.39% from 255) = 24.81%
BLUE value IS 92 (36.33% from 255) = 35.66%
R=39.53%
G=24.81%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.10
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102649200.370.100.6315.7922.8932.55
Hex66405C025A3C13c1721
Octal14610013404512744742741
Binary1100110100000010111000100101101011110010011110010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66405C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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