#5A0360

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

Shades of Palatinate Purple #5A0360

Tints of Palatinate Purple #5A0360

Color information

#5A0360 (or 0x5A0360) is unknown color: approx Palatinate Purple. HEX triplet: 5A, 03 and 60. RGB value is (90,3,96). Sum of RGB (Red+Green+Blue) = 90+3+96=189 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.62% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 96 (37.89% from 255 or 50.79% from 189); Max value from RGB is 96 - color contains mainly: blue. Hex color #5A0360 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0360 is #A5FC9F. Grayscale: #272727. Windows color (decimal): -10878112 or 6292314. OLE color: 6292314.

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

Color convert

RGB90396-
CMYK0.060.9700.62
HSL296.13º93.94%19.41%-
HSV(B)296.13º96.88%37.65%-
XYZ6.363.0811.33-
YUV39.62159.82163.94-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 47.62%
GREEN value IS 3 (1.56% from 255) = 1.59%
BLUE value IS 96 (37.89% from 255) = 50.79%
R=47.62%
G=1.59%
B=50.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal903960.060.9700.62296.1393.9419.41
Hex5A36066103E1285e13
Octal1323140614107645013623
Binary101101011110000011011000010111110100101000101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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