#5C1160

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

Shades of Palatinate Purple #5C1160

Tints of Palatinate Purple #5C1160

Color information

#5C1160 (or 0x5C1160) is unknown color: approx Palatinate Purple. HEX triplet: 5C, 11 and 60. RGB value is (92,17,96). Sum of RGB (Red+Green+Blue) = 92+17+96=205 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.88% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 96 (37.89% from 255 or 46.83% from 205); Max value from RGB is 96 - color contains mainly: blue. Hex color #5C1160 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C1160 is #A3EE9F. Grayscale: #303030. Windows color (decimal): -10743456 or 6295900. OLE color: 6295900.

HSL color Cylindrical-coordinate representation of color #5C1160: hue angle of 296.96º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5C1160 is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB921796-
CMYK0.040.8200.62
HSL296.96º69.91%22.16%-
HSV(B)296.96º82.29%37.65%-
XYZ6.733.5211.39-
YUV48.43154.85159.08-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 44.88%
GREEN value IS 17 (7.03% from 255) = 8.29%
BLUE value IS 96 (37.89% from 255) = 46.83%
R=44.88%
G=8.29%
B=46.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9217960.040.8200.62296.9669.9122.16
Hex5C116045203E1294616
Octal13421140412207645110626
Binary101110010001110000010010100100111110100101001100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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