#66005d

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

Shades of Palatinate Purple #66005D

Tints of Palatinate Purple #66005D

Color information

#66005D (or 0x66005D) is unknown color: approx Palatinate Purple. HEX triplet: 66, 00 and 5D. RGB value is (102,0,93). Sum of RGB (Red+Green+Blue) = 102+0+93=195 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.31% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 93 (36.72% from 255 or 47.69% from 195); Max value from RGB is 102 - color contains mainly: red. Hex color #66005D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66005D is #99FFA2. Grayscale: #282828. Windows color (decimal): -10092451 or 6094950. OLE color: 6094950.

HSL color Cylindrical-coordinate representation of color #66005D: hue angle of 305.29º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #66005D is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.6.

Color convert

RGB102093-
CMYK010.090.6
HSL305.29º100%20%-
HSV(B)305.29º100%40%-
XYZ7.463.6210.66-
YUV41.1157.29171.44-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.31%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 93 (36.72% from 255) = 47.69%
R=52.31%
G=0%
B=47.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.09
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102093010.090.6305.2910020
Hex6605D06493C1316414
Octal14601350144117446114424
Binary110011001011101011001001001111100100110001110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66005d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66005d; }

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

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

<style>
 a { background-color: #66005d; }

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

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

<style>
 span { border-color: #66005d; }

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

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