#66005E

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

Shades of Palatinate Purple #66005E

Tints of Palatinate Purple #66005E

Color information

#66005E (or 0x66005E) is unknown color: approx Palatinate Purple. HEX triplet: 66, 00 and 5E. RGB value is (102,0,94). Sum of RGB (Red+Green+Blue) = 102+0+94=196 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.04% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 94 (37.11% from 255 or 47.96% from 196); Max value from RGB is 102 - color contains mainly: red. Hex color #66005E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66005E is #99FFA1. Grayscale: #282828. Windows color (decimal): -10092450 or 6160486. OLE color: 6160486.

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

Color convert

RGB102094-
CMYK010.080.6
HSL304.71º100%20%-
HSV(B)304.71º100%40%-
XYZ7.53.6310.9-
YUV41.21157.79171.36-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.04%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 94 (37.11% from 255) = 47.96%
R=52.04%
G=0%
B=47.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.08
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102094010.080.6304.7110020
Hex6605E06483C1316414
Octal14601360144107446114424
Binary110011001011110011001001000111100100110001110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66005E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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