#5C1159

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

Shades of Palatinate Purple #5C1159

Tints of Palatinate Purple #5C1159

Color information

#5C1159 (or 0x5C1159) is unknown color: approx Palatinate Purple. HEX triplet: 5C, 11 and 59. RGB value is (92,17,89). Sum of RGB (Red+Green+Blue) = 92+17+89=198 (26% of max value = 765). Red value is 92 (36.33% from 255 or 46.46% from 198); Green value is 17 (7.03% from 255 or 8.59% from 198); Blue value is 89 (35.16% from 255 or 44.95% from 198); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1159 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C1159 is #A3EEA6. Grayscale: #2F2F2F. Windows color (decimal): -10743463 or 5837148. OLE color: 5837148.

HSL color Cylindrical-coordinate representation of color #5C1159: hue angle of 302.4º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5C1159 is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.64.

Color convert

RGB921789-
CMYK00.820.030.64
HSL302.4º68.81%21.37%-
HSV(B)302.4º81.52%36.08%-
XYZ6.423.49.77-
YUV47.63151.35159.65-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 46.46%
GREEN value IS 17 (7.03% from 255) = 8.59%
BLUE value IS 89 (35.16% from 255) = 44.95%
R=46.46%
G=8.59%
B=44.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.03
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92178900.820.030.64302.468.8121.37
Hex5C115905234012e4515
Octal134211310122310045610525
Binary101110010001101100101010010111000000100101110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,17,89); }

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

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

 a { background-color: rgb(92,17,89); }

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

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

 span { border-color: rgb(92,17,89); }

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