#5E2253

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

Shades of Palatinate Purple #5E2253

Tints of Palatinate Purple #5E2253

Color information

#5E2253 (or 0x5E2253) is unknown color: approx Palatinate Purple. HEX triplet: 5E, 22 and 53. RGB value is (94,34,83). Sum of RGB (Red+Green+Blue) = 94+34+83=211 (27% of max value = 765). Red value is 94 (37.11% from 255 or 44.55% from 211); Green value is 34 (13.67% from 255 or 16.11% from 211); Blue value is 83 (32.81% from 255 or 39.34% from 211); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E2253 is #A1DDAC. Grayscale: #393939. Windows color (decimal): -10608045 or 5448286. OLE color: 5448286.

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

Color convert

RGB943483-
CMYK00.640.120.63
HSL311º46.88%25.1%-
HSV(B)311º63.83%36.86%-
XYZ6.754.158.63-
YUV57.53142.38154.02-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 44.55%
GREEN value IS 34 (13.67% from 255) = 16.11%
BLUE value IS 83 (32.81% from 255) = 39.34%
R=44.55%
G=16.11%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.12
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94348300.640.120.6331146.8825.1
Hex5E2253040C3F1372f19
Octal13642123010014774675731
Binary1011110100010101001101000000110011111110011011110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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