#563056

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

Shades of Hot Purple #563056

Tints of Hot Purple #563056

Color information

#563056 (or 0x563056) is unknown color: approx Hot Purple. HEX triplet: 56, 30 and 56. RGB value is (86,48,86). Sum of RGB (Red+Green+Blue) = 86+48+86=220 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.09% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 86 (33.98% from 255 or 39.09% from 220); Max value from RGB is 86 - color contains mainly: red, blue. Hex color #563056 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563056 is #A9CFA9. Grayscale: #3F3F3F. Windows color (decimal): -11128746 or 5648470. OLE color: 5648470.

HSL color Cylindrical-coordinate representation of color #563056: hue angle of 300º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #563056 is Cyan = 0, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB864886-
CMYK00.4400.66
HSL300º28.36%26.27%-
HSV(B)300º44.19%33.73%-
XYZ6.574.769.38-
YUV63.69140.59143.91-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.09%
GREEN value IS 48 (19.14% from 255) = 21.82%
BLUE value IS 86 (33.98% from 255) = 39.09%
R=39.09%
G=21.82%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86488600.4400.6630028.3626.27
Hex56305602C04212c1c1a
Octal1266012605401024543432
Binary101011011000010101100101100010000101001011001110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563056; }

 p { color: rgb(86,48,86); }

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

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

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

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

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

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

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