#66405D

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

Shades of Palatinate Purple #66405D

Tints of Palatinate Purple #66405D

Color information

#66405D (or 0x66405D) is unknown color: approx Palatinate Purple. HEX triplet: 66, 40 and 5D. RGB value is (102,64,93). Sum of RGB (Red+Green+Blue) = 102+64+93=259 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.38% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 93 (36.72% from 255 or 35.91% from 259); Max value from RGB is 102 - color contains mainly: red. Hex color #66405D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66405D is #99BFA2. Grayscale: #4E4E4E. Windows color (decimal): -10076067 or 6111334. OLE color: 6111334.

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

Color convert

RGB1026493-
CMYK00.370.090.6
HSL314.21º22.89%32.55%-
HSV(B)314.21º37.25%40%-
XYZ9.297.2811.27-
YUV78.67136.09144.64-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.38%
GREEN value IS 64 (25.39% from 255) = 24.71%
BLUE value IS 93 (36.72% from 255) = 35.91%
R=39.38%
G=24.71%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.09
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102649300.370.090.6314.2122.8932.55
Hex66405D02593C13a1721
Octal14610013504511744722741
Binary1100110100000010111010100101100111110010011101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66405D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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