#661564

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

Shades of Palatinate Purple #661564

Tints of Palatinate Purple #661564

Color information

#661564 (or 0x661564) is unknown color: approx Palatinate Purple. HEX triplet: 66, 15 and 64. RGB value is (102,21,100). Sum of RGB (Red+Green+Blue) = 102+21+100=223 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.74% from 223); Green value is 21 (8.59% from 255 or 9.42% from 223); Blue value is 100 (39.45% from 255 or 44.84% from 223); Max value from RGB is 102 - color contains mainly: red. Hex color #661564 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661564 is #99EA9B. Grayscale: #353535. Windows color (decimal): -10087068 or 6559078. OLE color: 6559078.

HSL color Cylindrical-coordinate representation of color #661564: hue angle of 301.48º 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 #661564 is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.6.

Color convert

RGB10221100-
CMYK00.790.020.6
HSL301.48º65.85%24.12%-
HSV(B)301.48º79.41%40%-
XYZ8.054.2812.46-
YUV54.22153.84162.08-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.74%
GREEN value IS 21 (8.59% from 255) = 9.42%
BLUE value IS 100 (39.45% from 255) = 44.84%
R=45.74%
G=9.42%
B=44.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.02
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1022110000.790.020.6301.4865.8524.12
Hex66156404F23C12d4218
Octal14625144011727445510230
Binary11001101010111001000100111110111100100101101100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661564; }

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

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

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

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

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

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

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

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