#56315F

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

Shades of Hot Purple #56315F

Tints of Hot Purple #56315F

Color information

#56315F (or 0x56315F) is unknown color: approx Hot Purple. HEX triplet: 56, 31 and 5F. RGB value is (86,49,95). Sum of RGB (Red+Green+Blue) = 86+49+95=230 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.39% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 95 (37.5% from 255 or 41.30% from 230); Max value from RGB is 95 - color contains mainly: blue. Hex color #56315F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56315F is #A9CEA0. Grayscale: #414141. Windows color (decimal): -11128481 or 6238550. OLE color: 6238550.

HSL color Cylindrical-coordinate representation of color #56315F: hue angle of 288.26º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #56315F is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB864995-
CMYK0.090.4800.63
HSL288.26º31.94%28.24%-
HSV(B)288.26º48.42%37.25%-
XYZ7511.42-
YUV65.31144.76142.76-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.39%
GREEN value IS 49 (19.53% from 255) = 21.30%
BLUE value IS 95 (37.5% from 255) = 41.30%
R=37.39%
G=21.30%
B=41.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8649950.090.4800.63288.2631.9428.24
Hex56315F93003F120201c
Octal1266113711600774404034
Binary101011011000110111111001110000011111110010000010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56315F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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