#5e2559

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

Shades of Palatinate Purple #5E2559

Tints of Palatinate Purple #5E2559

Color information

#5E2559 (or 0x5E2559) is unknown color: approx Palatinate Purple. HEX triplet: 5E, 25 and 59. RGB value is (94,37,89). Sum of RGB (Red+Green+Blue) = 94+37+89=220 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.73% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 89 (35.16% from 255 or 40.45% from 220); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2559 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E2559 is #A1DAA6. Grayscale: #3B3B3B. Windows color (decimal): -10607271 or 5842270. OLE color: 5842270.

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

Color convert

RGB943789-
CMYK00.610.050.63
HSL305.26º43.51%25.69%-
HSV(B)305.26º60.64%36.86%-
XYZ7.084.429.93-
YUV59.97144.38152.27-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 42.73%
GREEN value IS 37 (14.84% from 255) = 16.82%
BLUE value IS 89 (35.16% from 255) = 40.45%
R=42.73%
G=16.82%
B=40.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.05
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94378900.610.050.63305.2643.5125.69
Hex5E255903D53F1312c1a
Octal136451310755774615432
Binary10111101001011011001011110110111111110011000110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5e2559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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