#563555

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

Shades of Hot Purple #563555

Tints of Hot Purple #563555

Color information

#563555 (or 0x563555) is unknown color: approx Hot Purple. HEX triplet: 56, 35 and 55. RGB value is (86,53,85). Sum of RGB (Red+Green+Blue) = 86+53+85=224 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.39% from 224); Green value is 53 (21.09% from 255 or 23.66% from 224); Blue value is 85 (33.59% from 255 or 37.95% from 224); Max value from RGB is 86 - color contains mainly: red. Hex color #563555 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563555 is #A9CAAA. Grayscale: #424242. Windows color (decimal): -11127467 or 5584214. OLE color: 5584214.

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

Color convert

RGB865385-
CMYK00.380.010.66
HSL301.82º23.74%27.25%-
HSV(B)301.82º38.37%33.73%-
XYZ6.755.189.24-
YUV66.52138.43141.9-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.39%
GREEN value IS 53 (21.09% from 255) = 23.66%
BLUE value IS 85 (33.59% from 255) = 37.95%
R=38.39%
G=23.66%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86538500.380.010.66301.8223.7427.25
Hex56355502614212e181b
Octal1266512504611024563033
Binary101011011010110101010100110110000101001011101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563555; }

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

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

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

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

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

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

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

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