#5a0060

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

Shades of Palatinate Purple #5A0060

Tints of Palatinate Purple #5A0060

Color information

#5A0060 (or 0x5A0060) is unknown color: approx Palatinate Purple. HEX triplet: 5A, 00 and 60. RGB value is (90,0,96). Sum of RGB (Red+Green+Blue) = 90+0+96=186 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.39% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 96 (37.89% from 255 or 51.61% from 186); Max value from RGB is 96 - color contains mainly: blue. Hex color #5A0060 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0060 is #A5FF9F. Grayscale: #252525. Windows color (decimal): -10878880 or 6291546. OLE color: 6291546.

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

Color convert

RGB90096-
CMYK0.06100.62
HSL296.25º100%18.82%-
HSV(B)296.25º100%37.65%-
XYZ6.333.0211.32-
YUV37.85160.82165.19-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 48.39%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 96 (37.89% from 255) = 51.61%
R=48.39%
G=0%
B=51.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal900960.06100.62296.2510018.82
Hex5A06066403E1286413
Octal1320140614407645014423
Binary10110100110000011011001000111110100101000110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5a0060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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