#661559

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

Shades of Palatinate Purple #661559

Tints of Palatinate Purple #661559

Color information

#661559 (or 0x661559) is unknown color: approx Palatinate Purple. HEX triplet: 66, 15 and 59. RGB value is (102,21,89). Sum of RGB (Red+Green+Blue) = 102+21+89=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 21 (8.59% from 255 or 9.91% from 212); Blue value is 89 (35.16% from 255 or 41.98% from 212); Max value from RGB is 102 - color contains mainly: red. Hex color #661559 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661559 is #99EAA6. Grayscale: #343434. Windows color (decimal): -10087079 or 5838182. OLE color: 5838182.

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

Color convert

RGB1022189-
CMYK00.790.130.6
HSL309.63º65.85%24.12%-
HSV(B)309.63º79.41%40%-
XYZ7.554.089.84-
YUV52.97148.34162.97-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.11%
GREEN value IS 21 (8.59% from 255) = 9.91%
BLUE value IS 89 (35.16% from 255) = 41.98%
R=48.11%
G=9.91%
B=41.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.13
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102218900.790.130.6309.6365.8524.12
Hex66155904FD3C1364218
Octal146251310117157446610230
Binary1100110101011011001010011111101111100100110110100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661559; }

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

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

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

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

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

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

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

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