#56115F

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

Shades of Hot Purple #56115F

Tints of Hot Purple #56115F

Color information

#56115F (or 0x56115F) is unknown color: approx Hot Purple. HEX triplet: 56, 11 and 5F. RGB value is (86,17,95). Sum of RGB (Red+Green+Blue) = 86+17+95=198 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.43% from 198); Green value is 17 (7.03% from 255 or 8.59% from 198); Blue value is 95 (37.5% from 255 or 47.98% from 198); Max value from RGB is 95 - color contains mainly: blue. Hex color #56115F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56115F is #A9EEA0. Grayscale: #2E2E2E. Windows color (decimal): -11136673 or 6230358. OLE color: 6230358.

HSL color Cylindrical-coordinate representation of color #56115F: hue angle of 293.08º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #56115F is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB861795-
CMYK0.090.8200.63
HSL293.08º69.64%21.96%-
HSV(B)293.08º82.11%37.25%-
XYZ6.13.2111.12-
YUV46.52155.36156.16-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.43%
GREEN value IS 17 (7.03% from 255) = 8.59%
BLUE value IS 95 (37.5% from 255) = 47.98%
R=43.43%
G=8.59%
B=47.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8617950.090.8200.63293.0869.6421.96
Hex56115F95203F1254616
Octal126211371112207744510626
Binary1010110100011011111100110100100111111100100101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56115F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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