#66405E

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

Shades of Palatinate Purple #66405E

Tints of Palatinate Purple #66405E

Color information

#66405E (or 0x66405E) is unknown color: approx Palatinate Purple. HEX triplet: 66, 40 and 5E. RGB value is (102,64,94). Sum of RGB (Red+Green+Blue) = 102+64+94=260 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.23% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 94 (37.11% from 255 or 36.15% from 260); Max value from RGB is 102 - color contains mainly: red. Hex color #66405E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66405E is #99BFA1. Grayscale: #4E4E4E. Windows color (decimal): -10076066 or 6176870. OLE color: 6176870.

HSL color Cylindrical-coordinate representation of color #66405E: hue angle of 312.63º 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 #66405E is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.6.

Color convert

RGB1026494-
CMYK00.370.080.6
HSL312.63º22.89%32.55%-
HSV(B)312.63º37.25%40%-
XYZ9.337.311.51-
YUV78.78136.59144.56-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.23%
GREEN value IS 64 (25.39% from 255) = 24.62%
BLUE value IS 94 (37.11% from 255) = 36.15%
R=39.23%
G=24.62%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.08
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102649400.370.080.6312.6322.8932.55
Hex66405E02583C1391721
Octal14610013604510744712741
Binary1100110100000010111100100101100011110010011100110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66405E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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