#5E175A

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

Shades of Palatinate Purple #5E175A

Tints of Palatinate Purple #5E175A

Color information

#5E175A (or 0x5E175A) is unknown color: approx Palatinate Purple. HEX triplet: 5E, 17 and 5A. RGB value is (94,23,90). Sum of RGB (Red+Green+Blue) = 94+23+90=207 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.41% from 207); Green value is 23 (9.38% from 255 or 11.11% from 207); Blue value is 90 (35.55% from 255 or 43.48% from 207); Max value from RGB is 94 - color contains mainly: red. Hex color #5E175A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E175A is #A1E8A5. Grayscale: #333333. Windows color (decimal): -10610854 or 5904222. OLE color: 5904222.

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

Color convert

RGB942390-
CMYK00.760.040.63
HSL303.38º60.68%22.94%-
HSV(B)303.38º75.53%36.86%-
XYZ6.773.7310.04-
YUV51.87149.52158.05-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 45.41%
GREEN value IS 23 (9.38% from 255) = 11.11%
BLUE value IS 90 (35.55% from 255) = 43.48%
R=45.41%
G=11.11%
B=43.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.04
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94239000.760.040.63303.3860.6822.94
Hex5E175A04C43F12f3d17
Octal1362713201144774577527
Binary10111101011110110100100110010011111110010111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E175A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,23,90); }

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

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

 a { background-color: rgb(94,23,90); }

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

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

 span { border-color: rgb(94,23,90); }

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