#56135B

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

Shades of Hot Purple #56135B

Tints of Hot Purple #56135B

Color information

#56135B (or 0x56135B) is unknown color: approx Hot Purple. HEX triplet: 56, 13 and 5B. RGB value is (86,19,91). Sum of RGB (Red+Green+Blue) = 86+19+91=196 (25% of max value = 765). Red value is 86 (33.98% from 255 or 43.88% from 196); Green value is 19 (7.81% from 255 or 9.69% from 196); Blue value is 91 (35.94% from 255 or 46.43% from 196); Max value from RGB is 91 - color contains mainly: blue. Hex color #56135B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56135B is #A9ECA4. Grayscale: #2F2F2F. Windows color (decimal): -11136165 or 5968726. OLE color: 5968726.

HSL color Cylindrical-coordinate representation of color #56135B: hue angle of 295.83º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #56135B is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB861991-
CMYK0.050.7900.64
HSL295.83º65.45%21.57%-
HSV(B)295.83º79.12%35.69%-
XYZ5.963.210.2-
YUV47.24152.7155.65-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.88%
GREEN value IS 19 (7.81% from 255) = 9.69%
BLUE value IS 91 (35.94% from 255) = 46.43%
R=43.88%
G=9.69%
B=46.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8619910.050.7900.64295.8365.4521.57
Hex56135B54F0401284116
Octal126231335117010045010126
Binary1010110100111011011101100111101000000100101000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56135B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56135B; }

 p { color: rgb(86,19,91); }

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

<style>
 a { background-color: #56135B; }

 a { background-color: rgb(86,19,91); }

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

<style>
 span { border-color: #56135B; }

 span { border-color: rgb(86,19,91); }

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