#5A0560

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

Shades of Palatinate Purple #5A0560

Tints of Palatinate Purple #5A0560

Color information

#5A0560 (or 0x5A0560) is unknown color: approx Palatinate Purple. HEX triplet: 5A, 05 and 60. RGB value is (90,5,96). Sum of RGB (Red+Green+Blue) = 90+5+96=191 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.12% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 96 (37.89% from 255 or 50.26% from 191); Max value from RGB is 96 - color contains mainly: blue. Hex color #5A0560 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0560 is #A5FA9F. Grayscale: #282828. Windows color (decimal): -10877600 or 6292826. OLE color: 6292826.

HSL color Cylindrical-coordinate representation of color #5A0560: hue angle of 296.04º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5A0560 is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB90596-
CMYK0.060.9500.62
HSL296.04º90.1%19.8%-
HSV(B)296.04º94.79%37.65%-
XYZ6.383.1311.33-
YUV40.79159.16163.1-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 47.12%
GREEN value IS 5 (2.34% from 255) = 2.62%
BLUE value IS 96 (37.89% from 255) = 50.26%
R=47.12%
G=2.62%
B=50.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal905960.060.9500.62296.0490.119.8
Hex5A56065F03E1285a14
Octal1325140613707645013224
Binary1011010101110000011010111110111110100101000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,5,96); }

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

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

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

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

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

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

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