#5E1051

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

Shades of Palatinate Purple #5E1051

Tints of Palatinate Purple #5E1051

Color information

#5E1051 (or 0x5E1051) is unknown color: approx Palatinate Purple. HEX triplet: 5E, 10 and 51. RGB value is (94,16,81). Sum of RGB (Red+Green+Blue) = 94+16+81=191 (25% of max value = 765). Red value is 94 (37.11% from 255 or 49.21% from 191); Green value is 16 (6.64% from 255 or 8.38% from 191); Blue value is 81 (32.03% from 255 or 42.41% from 191); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1051 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E1051 is #A1EFAE. Grayscale: #2E2E2E. Windows color (decimal): -10612655 or 5312606. OLE color: 5312606.

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

Color convert

RGB941681-
CMYK00.830.140.63
HSL310º70.91%21.57%-
HSV(B)310º82.98%36.86%-
XYZ6.293.348.1-
YUV46.73147.34161.71-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 49.21%
GREEN value IS 16 (6.64% from 255) = 8.38%
BLUE value IS 81 (32.03% from 255) = 42.41%
R=49.21%
G=8.38%
B=42.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.14
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94168100.830.140.6331070.9121.57
Hex5E1051053E3F1364716
Octal136201210123167746610726
Binary1011110100001010001010100111110111111100110110100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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