#661566

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

Shades of Palatinate Purple #661566

Tints of Palatinate Purple #661566

Color information

#661566 (or 0x661566) is unknown color: approx Palatinate Purple. HEX triplet: 66, 15 and 66. RGB value is (102,21,102). Sum of RGB (Red+Green+Blue) = 102+21+102=225 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.33% from 225); Green value is 21 (8.59% from 255 or 9.33% from 225); Blue value is 102 (40.23% from 255 or 45.33% from 225); Max value from RGB is 102 - color contains mainly: red, blue. Hex color #661566 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661566 is #99EA99. Grayscale: #363636. Windows color (decimal): -10087066 or 6690150. OLE color: 6690150.

HSL color Cylindrical-coordinate representation of color #661566: hue angle of 300º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #661566 is Cyan = 0, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB10221102-
CMYK00.7900.6
HSL300º65.85%24.12%-
HSV(B)300º79.41%40%-
XYZ8.154.3212.97-
YUV54.45154.84161.91-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.33%
GREEN value IS 21 (8.59% from 255) = 9.33%
BLUE value IS 102 (40.23% from 255) = 45.33%
R=45.33%
G=9.33%
B=45.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1022110200.7900.630065.8524.12
Hex66156604F03C12c4218
Octal14625146011707445410230
Binary1100110101011100110010011110111100100101100100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661566; }

 p { color: rgb(102,21,102); }

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

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

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

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

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

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

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