#56115A

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

Shades of Hot Purple #56115A

Tints of Hot Purple #56115A

Color information

#56115A (or 0x56115A) is unknown color: approx Hot Purple. HEX triplet: 56, 11 and 5A. RGB value is (86,17,90). Sum of RGB (Red+Green+Blue) = 86+17+90=193 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.56% from 193); Green value is 17 (7.03% from 255 or 8.81% from 193); Blue value is 90 (35.55% from 255 or 46.63% from 193); Max value from RGB is 90 - color contains mainly: blue. Hex color #56115A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56115A is #A9EEA5. Grayscale: #2D2D2D. Windows color (decimal): -11136678 or 5902678. OLE color: 5902678.

HSL color Cylindrical-coordinate representation of color #56115A: hue angle of 296.71º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #56115A is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB861790-
CMYK0.040.8100.65
HSL296.71º68.22%20.98%-
HSV(B)296.71º81.11%35.29%-
XYZ5.883.129.96-
YUV45.95152.86156.56-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.56%
GREEN value IS 17 (7.03% from 255) = 8.81%
BLUE value IS 90 (35.55% from 255) = 46.63%
R=44.56%
G=8.81%
B=46.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8617900.040.8100.65296.7168.2220.98
Hex56115A4510411294415
Octal126211324121010145110425
Binary1010110100011011010100101000101000001100101001100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56115A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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