#5A1564

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

Shades of Palatinate Purple #5A1564

Tints of Palatinate Purple #5A1564

Color information

#5A1564 (or 0x5A1564) is unknown color: approx Palatinate Purple. HEX triplet: 5A, 15 and 64. RGB value is (90,21,100). Sum of RGB (Red+Green+Blue) = 90+21+100=211 (27% of max value = 765). Red value is 90 (35.55% from 255 or 42.65% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 100 (39.45% from 255 or 47.39% from 211); Max value from RGB is 100 - color contains mainly: blue. Hex color #5A1564 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1564 is #A5EA9B. Grayscale: #323232. Windows color (decimal): -10873500 or 6559066. OLE color: 6559066.

HSL color Cylindrical-coordinate representation of color #5A1564: hue angle of 292.41º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5A1564 is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB9021100-
CMYK0.100.7900.61
HSL292.41º65.29%23.73%-
HSV(B)292.41º79%39.22%-
XYZ6.783.6312.4-
YUV50.64155.86156.08-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 42.65%
GREEN value IS 21 (8.59% from 255) = 9.95%
BLUE value IS 100 (39.45% from 255) = 47.39%
R=42.65%
G=9.95%
B=47.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal90211000.100.7900.61292.4165.2923.73
Hex5A1564A4F03D1244118
Octal132251441211707544410130
Binary1011010101011100100101010011110111101100100100100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,21,100); }

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

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

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

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

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

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

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