#5A0966

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

Shades of Palatinate Purple #5A0966

Tints of Palatinate Purple #5A0966

Color information

#5A0966 (or 0x5A0966) is unknown color: approx Palatinate Purple. HEX triplet: 5A, 09 and 66. RGB value is (90,9,102). Sum of RGB (Red+Green+Blue) = 90+9+102=201 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.78% from 201); Green value is 9 (3.91% from 255 or 4.48% from 201); Blue value is 102 (40.23% from 255 or 50.75% from 201); Max value from RGB is 102 - color contains mainly: blue. Hex color #5A0966 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0966 is #A5F699. Grayscale: #2B2B2B. Windows color (decimal): -10876570 or 6687066. OLE color: 6687066.

HSL color Cylindrical-coordinate representation of color #5A0966: hue angle of 292.26º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5A0966 is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB909102-
CMYK0.120.9100.6
HSL292.26º83.78%21.76%-
HSV(B)292.26º91.18%40%-
XYZ6.713.3312.86-
YUV43.82160.84160.94-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 44.78%
GREEN value IS 9 (3.91% from 255) = 4.48%
BLUE value IS 102 (40.23% from 255) = 50.75%
R=44.78%
G=4.48%
B=50.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal9091020.120.9100.6292.2683.7821.76
Hex5A966C5B03C1245416
Octal132111461413307444412426
Binary101101010011100110110010110110111100100100100101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A0966; }

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

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

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

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

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

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

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

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