#660A59

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

Shades of Palatinate Purple #660A59

Tints of Palatinate Purple #660A59

Color information

#660A59 (or 0x660A59) is unknown color: approx Palatinate Purple. HEX triplet: 66, 0A and 59. RGB value is (102,10,89). Sum of RGB (Red+Green+Blue) = 102+10+89=201 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.75% from 201); Green value is 10 (4.30% from 255 or 4.98% from 201); Blue value is 89 (35.16% from 255 or 44.28% from 201); Max value from RGB is 102 - color contains mainly: red. Hex color #660A59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660A59 is #99F5A6. Grayscale: #2E2E2E. Windows color (decimal): -10089895 or 5835366. OLE color: 5835366.

HSL color Cylindrical-coordinate representation of color #660A59: hue angle of 308.48º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #660A59 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.6.

Color convert

RGB1021089-
CMYK00.900.130.6
HSL308.48º82.14%21.96%-
HSV(B)308.48º90.2%40%-
XYZ7.393.769.79-
YUV46.51151.98167.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50.75%
GREEN value IS 10 (4.30% from 255) = 4.98%
BLUE value IS 89 (35.16% from 255) = 44.28%
R=50.75%
G=4.98%
B=44.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.13
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102108900.900.130.6308.4882.1421.96
Hex66A5905AD3C1345216
Octal146121310132157446412226
Binary110011010101011001010110101101111100100110100101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660A59; }

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

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

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

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

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

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

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

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