#661959

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

Shades of Palatinate Purple #661959

Tints of Palatinate Purple #661959

Color information

#661959 (or 0x661959) is unknown color: approx Palatinate Purple. HEX triplet: 66, 19 and 59. RGB value is (102,25,89). Sum of RGB (Red+Green+Blue) = 102+25+89=216 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.22% from 216); Green value is 25 (10.16% from 255 or 11.57% from 216); Blue value is 89 (35.16% from 255 or 41.20% from 216); Max value from RGB is 102 - color contains mainly: red. Hex color #661959 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661959 is #99E6A6. Grayscale: #373737. Windows color (decimal): -10086055 or 5839206. OLE color: 5839206.

HSL color Cylindrical-coordinate representation of color #661959: hue angle of 310.13º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #661959 is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.6.

Color convert

RGB1022589-
CMYK00.750.130.6
HSL310.13º60.63%24.9%-
HSV(B)310.13º75.49%40%-
XYZ7.634.249.87-
YUV55.32147.01161.3-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.22%
GREEN value IS 25 (10.16% from 255) = 11.57%
BLUE value IS 89 (35.16% from 255) = 41.20%
R=47.22%
G=11.57%
B=41.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.13
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102258900.750.130.6310.1360.6324.9
Hex66195904BD3C1363d19
Octal14631131011315744667531
Binary110011011001101100101001011110111110010011011011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661959; }

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

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

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

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

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

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

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

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