#5E155C

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

Shades of Palatinate Purple #5E155C

Tints of Palatinate Purple #5E155C

Color information

#5E155C (or 0x5E155C) is unknown color: approx Palatinate Purple. HEX triplet: 5E, 15 and 5C. RGB value is (94,21,92). Sum of RGB (Red+Green+Blue) = 94+21+92=207 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.41% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 92 (36.33% from 255 or 44.44% from 207); Max value from RGB is 94 - color contains mainly: red. Hex color #5E155C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E155C is #A1EAA3. Grayscale: #323232. Windows color (decimal): -10611364 or 6034782. OLE color: 6034782.

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

Color convert

RGB942192-
CMYK00.780.020.63
HSL301.64º63.48%22.55%-
HSV(B)301.64º77.66%36.86%-
XYZ6.823.6910.48-
YUV50.92151.18158.73-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 45.41%
GREEN value IS 21 (8.59% from 255) = 10.14%
BLUE value IS 92 (36.33% from 255) = 44.44%
R=45.41%
G=10.14%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.02
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94219200.780.020.63301.6463.4822.55
Hex5E155C04E23F12e3f17
Octal1362513401162774567727
Binary1011110101011011100010011101011111110010111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E155C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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