#5E1559

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

Shades of Palatinate Purple #5E1559

Tints of Palatinate Purple #5E1559

Color information

#5E1559 (or 0x5E1559) is unknown color: approx Palatinate Purple. HEX triplet: 5E, 15 and 59. RGB value is (94,21,89). Sum of RGB (Red+Green+Blue) = 94+21+89=204 (27% of max value = 765). Red value is 94 (37.11% from 255 or 46.08% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 89 (35.16% from 255 or 43.63% from 204); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1559 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E1559 is #A1EAA6. Grayscale: #323232. Windows color (decimal): -10611367 or 5838174. OLE color: 5838174.

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

Color convert

RGB942189-
CMYK00.780.050.63
HSL304.11º63.48%22.55%-
HSV(B)304.11º77.66%36.86%-
XYZ6.693.649.8-
YUV50.58149.68158.97-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 46.08%
GREEN value IS 21 (8.59% from 255) = 10.29%
BLUE value IS 89 (35.16% from 255) = 43.63%
R=46.08%
G=10.29%
B=43.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.05
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94218900.780.050.63304.1163.4822.55
Hex5E155904E53F1303f17
Octal1362513101165774607727
Binary10111101010110110010100111010111111110011000011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,21,89); }

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

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

 a { background-color: rgb(94,21,89); }

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

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

 span { border-color: rgb(94,21,89); }

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