#5A0D5A

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

Shades of Palatinate Purple #5A0D5A

Tints of Palatinate Purple #5A0D5A

Color information

#5A0D5A (or 0x5A0D5A) is unknown color: approx Palatinate Purple. HEX triplet: 5A, 0D and 5A. RGB value is (90,13,90). Sum of RGB (Red+Green+Blue) = 90+13+90=193 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.63% from 193); Green value is 13 (5.47% from 255 or 6.74% from 193); Blue value is 90 (35.55% from 255 or 46.63% from 193); Max value from RGB is 90 - color contains mainly: red, blue. Hex color #5A0D5A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0D5A is #A5F2A5. Grayscale: #2C2C2C. Windows color (decimal): -10875558 or 5901658. OLE color: 5901658.

HSL color Cylindrical-coordinate representation of color #5A0D5A: hue angle of 300º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5A0D5A is Cyan = 0, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB901390-
CMYK00.8600.65
HSL300º74.76%20.2%-
HSV(B)300º85.56%35.29%-
XYZ6.213.29.96-
YUV44.8153.51160.24-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 46.63%
GREEN value IS 13 (5.47% from 255) = 6.74%
BLUE value IS 90 (35.55% from 255) = 46.63%
R=46.63%
G=6.74%
B=46.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90139000.8600.6530074.7620.2
Hex5AD5A05604112c4b14
Octal132151320126010145411324
Binary1011010110110110100101011001000001100101100100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,13,90); }

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

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

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

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

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

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

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