#5E1951

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

Shades of Palatinate Purple #5E1951

Tints of Palatinate Purple #5E1951

Color information

#5E1951 (or 0x5E1951) is unknown color: approx Palatinate Purple. HEX triplet: 5E, 19 and 51. RGB value is (94,25,81). Sum of RGB (Red+Green+Blue) = 94+25+81=200 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 81 (32.03% from 255 or 40.5% from 200); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1951 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E1951 is #A1E6AE. Grayscale: #333333. Windows color (decimal): -10610351 or 5314910. OLE color: 5314910.

HSL color Cylindrical-coordinate representation of color #5E1951: hue angle of 311.3º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5E1951 is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.63.

Color convert

RGB942581-
CMYK00.730.140.63
HSL311.3º57.98%23.33%-
HSV(B)311.3º73.4%36.86%-
XYZ6.453.678.15-
YUV52.02144.36157.95-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 47%
GREEN value IS 25 (10.16% from 255) = 12.5%
BLUE value IS 81 (32.03% from 255) = 40.5%
R=47%
G=12.5%
B=40.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.14
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94258100.730.140.63311.357.9823.33
Hex5E1951049E3F1373a17
Octal13631121011116774677227
Binary101111011001101000101001001111011111110011011111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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