#5E154E

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

Shades of Palatinate Purple #5E154E

Tints of Palatinate Purple #5E154E

Color information

#5E154E (or 0x5E154E) is unknown color: approx Palatinate Purple. HEX triplet: 5E, 15 and 4E. RGB value is (94,21,78). Sum of RGB (Red+Green+Blue) = 94+21+78=193 (25% of max value = 765). Red value is 94 (37.11% from 255 or 48.70% from 193); Green value is 21 (8.59% from 255 or 10.88% from 193); Blue value is 78 (30.86% from 255 or 40.41% from 193); Max value from RGB is 94 - color contains mainly: red. Hex color #5E154E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E154E is #A1EAB1. Grayscale: #313131. Windows color (decimal): -10611378 or 5117278. OLE color: 5117278.

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

Color convert

RGB942178-
CMYK00.780.170.63
HSL313.15º63.48%22.55%-
HSV(B)313.15º77.66%36.86%-
XYZ6.263.477.55-
YUV49.32144.18159.87-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 48.70%
GREEN value IS 21 (8.59% from 255) = 10.88%
BLUE value IS 78 (30.86% from 255) = 40.41%
R=48.70%
G=10.88%
B=40.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.17
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94217800.780.170.63313.1563.4822.55
Hex5E154E04E113F1393f17
Octal13625116011621774717727
Binary1011110101011001110010011101000111111110011100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E154E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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