#5A1857

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

Shades of Palatinate Purple #5A1857

Tints of Palatinate Purple #5A1857

Color information

#5A1857 (or 0x5A1857) is unknown color: approx Palatinate Purple. HEX triplet: 5A, 18 and 57. RGB value is (90,24,87). Sum of RGB (Red+Green+Blue) = 90+24+87=201 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.78% from 201); Green value is 24 (9.77% from 255 or 11.94% from 201); Blue value is 87 (34.38% from 255 or 43.28% from 201); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1857 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1857 is #A5E7A8. Grayscale: #323232. Windows color (decimal): -10872745 or 5707866. OLE color: 5707866.

HSL color Cylindrical-coordinate representation of color #5A1857: hue angle of 302.73º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5A1857 is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB902487-
CMYK00.730.030.65
HSL302.73º57.89%22.35%-
HSV(B)302.73º73.33%35.29%-
XYZ6.263.529.37-
YUV50.92148.37155.88-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 44.78%
GREEN value IS 24 (9.77% from 255) = 11.94%
BLUE value IS 87 (34.38% from 255) = 43.28%
R=44.78%
G=11.94%
B=43.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90248700.730.030.65302.7357.8922.35
Hex5A185704934112f3a16
Octal13230127011131014577226
Binary10110101100010101110100100111100000110010111111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,24,87); }

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

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

 a { background-color: rgb(90,24,87); }

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

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

 span { border-color: rgb(90,24,87); }

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