#5E2853

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

Shades of Palatinate Purple #5E2853

Tints of Palatinate Purple #5E2853

Color information

#5E2853 (or 0x5E2853) is unknown color: approx Palatinate Purple. HEX triplet: 5E, 28 and 53. RGB value is (94,40,83). Sum of RGB (Red+Green+Blue) = 94+40+83=217 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.32% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 83 (32.81% from 255 or 38.25% from 217); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2853 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E2853 is #A1D7AC. Grayscale: #3C3C3C. Windows color (decimal): -10606509 or 5449822. OLE color: 5449822.

HSL color Cylindrical-coordinate representation of color #5E2853: hue angle of 312.22º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5E2853 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.63.

Color convert

RGB944083-
CMYK00.570.120.63
HSL312.22º40.3%26.27%-
HSV(B)312.22º57.45%36.86%-
XYZ6.944.528.69-
YUV61.05140.39151.5-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 43.32%
GREEN value IS 40 (16.02% from 255) = 18.43%
BLUE value IS 83 (32.81% from 255) = 38.25%
R=43.32%
G=18.43%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.12
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94408300.570.120.63312.2240.326.27
Hex5E2853039C3F138281a
Octal1365012307114774705032
Binary101111010100010100110111001110011111110011100010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,40,83); }

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

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

 a { background-color: rgb(94,40,83); }

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

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

 span { border-color: rgb(94,40,83); }

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