#56135F

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

Shades of Hot Purple #56135F

Tints of Hot Purple #56135F

Color information

#56135F (or 0x56135F) is unknown color: approx Hot Purple. HEX triplet: 56, 13 and 5F. RGB value is (86,19,95). Sum of RGB (Red+Green+Blue) = 86+19+95=200 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43% from 200); Green value is 19 (7.81% from 255 or 9.5% from 200); Blue value is 95 (37.5% from 255 or 47.5% from 200); Max value from RGB is 95 - color contains mainly: blue. Hex color #56135F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56135F is #A9ECA0. Grayscale: #2F2F2F. Windows color (decimal): -11136161 or 6230870. OLE color: 6230870.

HSL color Cylindrical-coordinate representation of color #56135F: hue angle of 292.89º degrees, saturation: 0.67, 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 #56135F is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB861995-
CMYK0.090.8000.63
HSL292.89º66.67%22.35%-
HSV(B)292.89º80%37.25%-
XYZ6.143.2711.13-
YUV47.7154.7155.32-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43%
GREEN value IS 19 (7.81% from 255) = 9.5%
BLUE value IS 95 (37.5% from 255) = 47.5%
R=43%
G=9.5%
B=47.5%

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
Decimal8619950.090.8000.63292.8966.6722.35
Hex56135F95003F1254316
Octal126231371112007744510326
Binary1010110100111011111100110100000111111100100101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56135F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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