#56135D

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

Shades of Hot Purple #56135D

Tints of Hot Purple #56135D

Color information

#56135D (or 0x56135D) is unknown color: approx Hot Purple. HEX triplet: 56, 13 and 5D. RGB value is (86,19,93). Sum of RGB (Red+Green+Blue) = 86+19+93=198 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.43% from 198); Green value is 19 (7.81% from 255 or 9.60% from 198); Blue value is 93 (36.72% from 255 or 46.97% from 198); Max value from RGB is 93 - color contains mainly: blue. Hex color #56135D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56135D is #A9ECA2. Grayscale: #2F2F2F. Windows color (decimal): -11136163 or 6099798. OLE color: 6099798.

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

Color convert

RGB861993-
CMYK0.080.8000.64
HSL294.32º66.07%21.96%-
HSV(B)294.32º79.57%36.47%-
XYZ6.053.2310.66-
YUV47.47153.7155.48-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.43%
GREEN value IS 19 (7.81% from 255) = 9.60%
BLUE value IS 93 (36.72% from 255) = 46.97%
R=43.43%
G=9.60%
B=46.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8619930.080.8000.64294.3266.0721.96
Hex56135D8500401264216
Octal1262313510120010044610226
Binary10101101001110111011000101000001000000100100110100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56135D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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