#5A0853

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

Shades of Palatinate Purple #5A0853

Tints of Palatinate Purple #5A0853

Color information

#5A0853 (or 0x5A0853) is unknown color: approx Palatinate Purple. HEX triplet: 5A, 08 and 53. RGB value is (90,8,83). Sum of RGB (Red+Green+Blue) = 90+8+83=181 (23% of max value = 765). Red value is 90 (35.55% from 255 or 49.72% from 181); Green value is 8 (3.52% from 255 or 4.42% from 181); Blue value is 83 (32.81% from 255 or 45.86% from 181); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0853 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0853 is #A5F7AC. Grayscale: #282828. Windows color (decimal): -10876845 or 5441626. OLE color: 5441626.

HSL color Cylindrical-coordinate representation of color #5A0853: hue angle of 305.12º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5A0853 is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB90883-
CMYK00.910.080.65
HSL305.12º83.67%19.22%-
HSV(B)305.12º91.11%35.29%-
XYZ5.862.978.45-
YUV41.07151.67162.9-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 49.72%
GREEN value IS 8 (3.52% from 255) = 4.42%
BLUE value IS 83 (32.81% from 255) = 45.86%
R=49.72%
G=4.42%
B=45.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9088300.910.080.65305.1283.6719.22
Hex5A85305B8411315413
Octal1321012301331010146112423
Binary1011010100010100110101101110001000001100110001101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,8,83); }

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

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

 a { background-color: rgb(90,8,83); }

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

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

 span { border-color: rgb(90,8,83); }

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