#563155

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

Shades of Hot Purple #563155

Tints of Hot Purple #563155

Color information

#563155 (or 0x563155) is unknown color: approx Hot Purple. HEX triplet: 56, 31 and 55. RGB value is (86,49,85). Sum of RGB (Red+Green+Blue) = 86+49+85=220 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.09% from 220); Green value is 49 (19.53% from 255 or 22.27% from 220); Blue value is 85 (33.59% from 255 or 38.64% from 220); Max value from RGB is 86 - color contains mainly: red. Hex color #563155 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563155 is #A9CEAA. Grayscale: #404040. Windows color (decimal): -11128491 or 5583190. OLE color: 5583190.

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

Color convert

RGB864985-
CMYK00.430.010.66
HSL301.62º27.41%26.47%-
HSV(B)301.62º43.02%33.73%-
XYZ6.584.839.18-
YUV64.17139.76143.57-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.09%
GREEN value IS 49 (19.53% from 255) = 22.27%
BLUE value IS 85 (33.59% from 255) = 38.64%
R=39.09%
G=22.27%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86498500.430.010.66301.6227.4126.47
Hex56315502B14212e1b1a
Octal1266112505311024563332
Binary101011011000110101010101011110000101001011101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563155; }

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

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

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

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

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

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

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

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