#5E1560

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

Shades of Palatinate Purple #5E1560

Tints of Palatinate Purple #5E1560

Color information

#5E1560 (or 0x5E1560) is unknown color: approx Palatinate Purple. HEX triplet: 5E, 15 and 60. RGB value is (94,21,96). Sum of RGB (Red+Green+Blue) = 94+21+96=211 (27% of max value = 765). Red value is 94 (37.11% from 255 or 44.55% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 96 (37.89% from 255 or 45.50% from 211); Max value from RGB is 96 - color contains mainly: blue. Hex color #5E1560 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E1560 is #A1EA9F. Grayscale: #333333. Windows color (decimal): -10611360 or 6296926. OLE color: 6296926.

HSL color Cylindrical-coordinate representation of color #5E1560: hue angle of 298.4º 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 #5E1560 is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB942196-
CMYK0.020.7800.62
HSL298.4º64.1%22.94%-
HSV(B)298.4º78.12%37.65%-
XYZ73.7611.42-
YUV51.38153.18158.4-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 44.55%
GREEN value IS 21 (8.59% from 255) = 9.95%
BLUE value IS 96 (37.89% from 255) = 45.50%
R=44.55%
G=9.95%
B=45.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9421960.020.7800.62298.464.122.94
Hex5E156024E03E12a4017
Octal13625140211607645210027
Binary10111101010111000001010011100111110100101010100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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