#5A0257

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

Shades of Palatinate Purple #5A0257

Tints of Palatinate Purple #5A0257

Color information

#5A0257 (or 0x5A0257) is unknown color: approx Palatinate Purple. HEX triplet: 5A, 02 and 57. RGB value is (90,2,87). Sum of RGB (Red+Green+Blue) = 90+2+87=179 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.28% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 87 (34.38% from 255 or 48.60% from 179); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0257 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0257 is #A5FDA8. Grayscale: #252525. Windows color (decimal): -10878377 or 5702234. OLE color: 5702234.

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

Color convert

RGB90287-
CMYK00.980.030.65
HSL302.05º95.65%18.04%-
HSV(B)302.05º97.78%35.29%-
XYZ5.962.919.26-
YUV38155.65165.09-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 50.28%
GREEN value IS 2 (1.17% from 255) = 1.12%
BLUE value IS 87 (34.38% from 255) = 48.60%
R=50.28%
G=1.12%
B=48.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9028700.980.030.65302.0595.6518.04
Hex5A25706234112e6012
Octal13221270142310145614022
Binary101101010101011101100010111000001100101110110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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