#5E2251

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

Shades of Palatinate Purple #5E2251

Tints of Palatinate Purple #5E2251

Color information

#5E2251 (or 0x5E2251) is unknown color: approx Palatinate Purple. HEX triplet: 5E, 22 and 51. RGB value is (94,34,81). Sum of RGB (Red+Green+Blue) = 94+34+81=209 (27% of max value = 765). Red value is 94 (37.11% from 255 or 44.98% from 209); Green value is 34 (13.67% from 255 or 16.27% from 209); Blue value is 81 (32.03% from 255 or 38.76% from 209); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2251 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E2251 is #A1DDAE. Grayscale: #393939. Windows color (decimal): -10608047 or 5317214. OLE color: 5317214.

HSL color Cylindrical-coordinate representation of color #5E2251: hue angle of 313º 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 #5E2251 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.63.

Color convert

RGB943481-
CMYK00.640.140.63
HSL313º46.88%25.1%-
HSV(B)313º63.83%36.86%-
XYZ6.674.128.23-
YUV57.3141.38154.18-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 44.98%
GREEN value IS 34 (13.67% from 255) = 16.27%
BLUE value IS 81 (32.03% from 255) = 38.76%
R=44.98%
G=16.27%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.14
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94348100.640.140.6331346.8825.1
Hex5E2251040E3F1392f19
Octal13642121010016774715731
Binary1011110100010101000101000000111011111110011100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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