#5E1561

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

Shades of Palatinate Purple #5E1561

Tints of Palatinate Purple #5E1561

Color information

#5E1561 (or 0x5E1561) is unknown color: approx Palatinate Purple. HEX triplet: 5E, 15 and 61. RGB value is (94,21,97). Sum of RGB (Red+Green+Blue) = 94+21+97=212 (28% of max value = 765). Red value is 94 (37.11% from 255 or 44.34% from 212); Green value is 21 (8.59% from 255 or 9.91% from 212); Blue value is 97 (38.28% from 255 or 45.75% from 212); Max value from RGB is 97 - color contains mainly: blue. Hex color #5E1561 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E1561 is #A1EA9E. Grayscale: #333333. Windows color (decimal): -10611359 or 6362462. OLE color: 6362462.

HSL color Cylindrical-coordinate representation of color #5E1561: hue angle of 297.63º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E1561 is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB942197-
CMYK0.030.7800.62
HSL297.63º64.41%23.14%-
HSV(B)297.63º78.35%38.04%-
XYZ7.043.7811.67-
YUV51.49153.68158.32-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 44.34%
GREEN value IS 21 (8.59% from 255) = 9.91%
BLUE value IS 97 (38.28% from 255) = 45.75%
R=44.34%
G=9.91%
B=45.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9421970.030.7800.62297.6364.4123.14
Hex5E156134E03E12a4017
Octal13625141311607645210027
Binary10111101010111000011110011100111110100101010100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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