#5E195B

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

Shades of Palatinate Purple #5E195B

Tints of Palatinate Purple #5E195B

Color information

#5E195B (or 0x5E195B) is unknown color: approx Palatinate Purple. HEX triplet: 5E, 19 and 5B. RGB value is (94,25,91). Sum of RGB (Red+Green+Blue) = 94+25+91=210 (27% of max value = 765). Red value is 94 (37.11% from 255 or 44.76% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 91 (35.94% from 255 or 43.33% from 210); Max value from RGB is 94 - color contains mainly: red. Hex color #5E195B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E195B is #A1E6A4. Grayscale: #343434. Windows color (decimal): -10610341 or 5970270. OLE color: 5970270.

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

Color convert

RGB942591-
CMYK00.730.030.63
HSL302.61º57.98%23.33%-
HSV(B)302.61º73.4%36.86%-
XYZ6.853.8310.28-
YUV53.16149.36157.13-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 44.76%
GREEN value IS 25 (10.16% from 255) = 11.90%
BLUE value IS 91 (35.94% from 255) = 43.33%
R=44.76%
G=11.90%
B=43.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.03
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94259100.730.030.63302.6157.9823.33
Hex5E195B04933F12f3a17
Octal1363113301113774577227
Binary1011110110011011011010010011111111110010111111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E195B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,25,91); }

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

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

 a { background-color: rgb(94,25,91); }

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

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

 span { border-color: rgb(94,25,91); }

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