#5D1160

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

Shades of Palatinate Purple #5D1160

Tints of Palatinate Purple #5D1160

Color information

#5D1160 (or 0x5D1160) is unknown color: approx Palatinate Purple. HEX triplet: 5D, 11 and 60. RGB value is (93,17,96). Sum of RGB (Red+Green+Blue) = 93+17+96=206 (27% of max value = 765). Red value is 93 (36.72% from 255 or 45.15% from 206); Green value is 17 (7.03% from 255 or 8.25% from 206); Blue value is 96 (37.89% from 255 or 46.60% from 206); Max value from RGB is 96 - color contains mainly: blue. Hex color #5D1160 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D1160 is #A2EE9F. Grayscale: #303030. Windows color (decimal): -10677920 or 6295901. OLE color: 6295901.

HSL color Cylindrical-coordinate representation of color #5D1160: hue angle of 297.72º 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 #5D1160 is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB931796-
CMYK0.030.8200.62
HSL297.72º69.91%22.16%-
HSV(B)297.72º82.29%37.65%-
XYZ6.833.5711.4-
YUV48.73154.68159.58-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 45.15%
GREEN value IS 17 (7.03% from 255) = 8.25%
BLUE value IS 96 (37.89% from 255) = 46.60%
R=45.15%
G=8.25%
B=46.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9317960.030.8200.62297.7269.9122.16
Hex5D116035203E12a4616
Octal13521140312207645210626
Binary10111011000111000001110100100111110100101010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D1160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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