#5A1A60

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

Shades of Palatinate Purple #5A1A60

Tints of Palatinate Purple #5A1A60

Color information

#5A1A60 (or 0x5A1A60) is unknown color: approx Palatinate Purple. HEX triplet: 5A, 1A and 60. RGB value is (90,26,96). Sum of RGB (Red+Green+Blue) = 90+26+96=212 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.45% from 212); Green value is 26 (10.55% from 255 or 12.26% from 212); Blue value is 96 (37.89% from 255 or 45.28% from 212); Max value from RGB is 96 - color contains mainly: blue. Hex color #5A1A60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A1A60 is #A5E59F. Grayscale: #343434. Windows color (decimal): -10872224 or 6298202. OLE color: 6298202.

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

Color convert

RGB902696-
CMYK0.060.7300.62
HSL294.86º57.38%23.92%-
HSV(B)294.86º72.92%37.65%-
XYZ6.73.7611.44-
YUV53.12152.2154.31-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 42.45%
GREEN value IS 26 (10.55% from 255) = 12.26%
BLUE value IS 96 (37.89% from 255) = 45.28%
R=42.45%
G=12.26%
B=45.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9026960.060.7300.62294.8657.3823.92
Hex5A1A6064903E1273918
Octal1323214061110764477130
Binary10110101101011000001101001001011111010010011111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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