#5E185B

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

Shades of Palatinate Purple #5E185B

Tints of Palatinate Purple #5E185B

Color information

#5E185B (or 0x5E185B) is unknown color: approx Palatinate Purple. HEX triplet: 5E, 18 and 5B. RGB value is (94,24,91). Sum of RGB (Red+Green+Blue) = 94+24+91=209 (27% of max value = 765). Red value is 94 (37.11% from 255 or 44.98% from 209); Green value is 24 (9.77% from 255 or 11.48% from 209); Blue value is 91 (35.94% from 255 or 43.54% from 209); Max value from RGB is 94 - color contains mainly: red. Hex color #5E185B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E185B is #A1E7A4. Grayscale: #343434. Windows color (decimal): -10610597 or 5970014. OLE color: 5970014.

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

Color convert

RGB942491-
CMYK00.740.030.63
HSL302.57º59.32%23.14%-
HSV(B)302.57º74.47%36.86%-
XYZ6.833.7910.27-
YUV52.57149.69157.55-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 44.98%
GREEN value IS 24 (9.77% from 255) = 11.48%
BLUE value IS 91 (35.94% from 255) = 43.54%
R=44.98%
G=11.48%
B=43.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.03
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94249100.740.030.63302.5759.3223.14
Hex5E185B04A33F12f3b17
Octal1363013301123774577327
Binary1011110110001011011010010101111111110010111111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E185B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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