#660A5A

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

Shades of Palatinate Purple #660A5A

Tints of Palatinate Purple #660A5A

Color information

#660A5A (or 0x660A5A) is unknown color: approx Palatinate Purple. HEX triplet: 66, 0A and 5A. RGB value is (102,10,90). Sum of RGB (Red+Green+Blue) = 102+10+90=202 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.50% from 202); Green value is 10 (4.30% from 255 or 4.95% from 202); Blue value is 90 (35.55% from 255 or 44.55% from 202); Max value from RGB is 102 - color contains mainly: red. Hex color #660A5A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660A5A is #99F5A5. Grayscale: #2E2E2E. Windows color (decimal): -10089894 or 5900902. OLE color: 5900902.

HSL color Cylindrical-coordinate representation of color #660A5A: hue angle of 307.83º 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 #660A5A is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.6.

Color convert

RGB1021090-
CMYK00.900.120.6
HSL307.83º82.14%21.96%-
HSV(B)307.83º90.2%40%-
XYZ7.433.7810.01-
YUV46.63152.48167.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50.50%
GREEN value IS 10 (4.30% from 255) = 4.95%
BLUE value IS 90 (35.55% from 255) = 44.55%
R=50.50%
G=4.95%
B=44.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.12
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102109000.900.120.6307.8382.1421.96
Hex66A5A05AC3C1345216
Octal146121320132147446412226
Binary110011010101011010010110101100111100100110100101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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