#563055

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

Shades of Hot Purple #563055

Tints of Hot Purple #563055

Color information

#563055 (or 0x563055) is unknown color: approx Hot Purple. HEX triplet: 56, 30 and 55. RGB value is (86,48,85). Sum of RGB (Red+Green+Blue) = 86+48+85=219 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.27% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 85 (33.59% from 255 or 38.81% from 219); Max value from RGB is 86 - color contains mainly: red. Hex color #563055 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563055 is #A9CFAA. Grayscale: #3F3F3F. Windows color (decimal): -11128747 or 5582934. OLE color: 5582934.

HSL color Cylindrical-coordinate representation of color #563055: hue angle of 301.58º 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 #563055 is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.66.

Color convert

RGB864885-
CMYK00.440.010.66
HSL301.58º28.36%26.27%-
HSV(B)301.58º44.19%33.73%-
XYZ6.534.759.17-
YUV63.58140.09143.99-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.27%
GREEN value IS 48 (19.14% from 255) = 21.92%
BLUE value IS 85 (33.59% from 255) = 38.81%
R=39.27%
G=21.92%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86488500.440.010.66301.5828.3626.27
Hex56305502C14212e1c1a
Octal1266012505411024563432
Binary101011011000010101010101100110000101001011101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563055; }

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

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

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

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

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

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

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

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