#5A1360

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

Shades of Palatinate Purple #5A1360

Tints of Palatinate Purple #5A1360

Color information

#5A1360 (or 0x5A1360) is unknown color: approx Palatinate Purple. HEX triplet: 5A, 13 and 60. RGB value is (90,19,96). Sum of RGB (Red+Green+Blue) = 90+19+96=205 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.90% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 96 (37.89% from 255 or 46.83% from 205); Max value from RGB is 96 - color contains mainly: blue. Hex color #5A1360 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1360 is #A5EC9F. Grayscale: #303030. Windows color (decimal): -10874016 or 6296410. OLE color: 6296410.

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

Color convert

RGB901996-
CMYK0.060.8000.62
HSL295.32º66.96%22.55%-
HSV(B)295.32º80.21%37.65%-
XYZ6.563.4811.39-
YUV49.01154.52157.24-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 43.90%
GREEN value IS 19 (7.81% from 255) = 9.27%
BLUE value IS 96 (37.89% from 255) = 46.83%
R=43.90%
G=9.27%
B=46.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9019960.060.8000.62295.3266.9622.55
Hex5A136065003E1274317
Octal13223140612007644710327
Binary101101010011110000011010100000111110100100111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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