#56135E

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

Shades of Hot Purple #56135E

Tints of Hot Purple #56135E

Color information

#56135E (or 0x56135E) is unknown color: approx Hot Purple. HEX triplet: 56, 13 and 5E. RGB value is (86,19,94). Sum of RGB (Red+Green+Blue) = 86+19+94=199 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.22% from 199); Green value is 19 (7.81% from 255 or 9.55% from 199); Blue value is 94 (37.11% from 255 or 47.24% from 199); Max value from RGB is 94 - color contains mainly: blue. Hex color #56135E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56135E is #A9ECA1. Grayscale: #2F2F2F. Windows color (decimal): -11136162 or 6165334. OLE color: 6165334.

HSL color Cylindrical-coordinate representation of color #56135E: hue angle of 293.6º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #56135E is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB861994-
CMYK0.090.8000.63
HSL293.6º66.37%22.16%-
HSV(B)293.6º79.79%36.86%-
XYZ6.093.2510.9-
YUV47.58154.2155.4-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.22%
GREEN value IS 19 (7.81% from 255) = 9.55%
BLUE value IS 94 (37.11% from 255) = 47.24%
R=43.22%
G=9.55%
B=47.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8619940.090.8000.63293.666.3722.16
Hex56135E95003F1264216
Octal126231361112007744610226
Binary1010110100111011110100110100000111111100100110100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56135E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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