#56115C

Color #56115C Hot Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Purple #56115C

Tints of Hot Purple #56115C

Color information

#56115C (or 0x56115C) is unknown color: approx Hot Purple. HEX triplet: 56, 11 and 5C. RGB value is (86,17,92). Sum of RGB (Red+Green+Blue) = 86+17+92=195 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.10% from 195); Green value is 17 (7.03% from 255 or 8.72% from 195); Blue value is 92 (36.33% from 255 or 47.18% from 195); Max value from RGB is 92 - color contains mainly: blue. Hex color #56115C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56115C is #A9EEA3. Grayscale: #2D2D2D. Windows color (decimal): -11136676 or 6033750. OLE color: 6033750.

HSL color Cylindrical-coordinate representation of color #56115C: hue angle of 295.2º 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 #56115C is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB861792-
CMYK0.070.8200.64
HSL295.2º68.81%21.37%-
HSV(B)295.2º81.52%36.08%-
XYZ5.973.1510.42-
YUV46.18153.86156.4-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.10%
GREEN value IS 17 (7.03% from 255) = 8.72%
BLUE value IS 92 (36.33% from 255) = 47.18%
R=44.10%
G=8.72%
B=47.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8617920.070.8200.64295.268.8121.37
Hex56115C7520401274515
Octal126211347122010044710525
Binary1010110100011011100111101001001000000100100111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56115C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56115C; }

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

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

<style>
 a { background-color: #56115C; }

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

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

<style>
 span { border-color: #56115C; }

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

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