#563355

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

Shades of Hot Purple #563355

Tints of Hot Purple #563355

Color information

#563355 (or 0x563355) is unknown color: approx Hot Purple. HEX triplet: 56, 33 and 55. RGB value is (86,51,85). Sum of RGB (Red+Green+Blue) = 86+51+85=222 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.74% from 222); Green value is 51 (20.31% from 255 or 22.97% from 222); Blue value is 85 (33.59% from 255 or 38.29% from 222); Max value from RGB is 86 - color contains mainly: red. Hex color #563355 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563355 is #A9CCAA. Grayscale: #414141. Windows color (decimal): -11127979 or 5583702. OLE color: 5583702.

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

Color convert

RGB865185-
CMYK00.410.010.66
HSL301.71º25.55%26.86%-
HSV(B)301.71º40.7%33.73%-
XYZ6.6659.21-
YUV65.34139.1142.74-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.74%
GREEN value IS 51 (20.31% from 255) = 22.97%
BLUE value IS 85 (33.59% from 255) = 38.29%
R=38.74%
G=22.97%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86518500.410.010.66301.7125.5526.86
Hex56335502914212e1a1b
Octal1266312505111024563233
Binary101011011001110101010101001110000101001011101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563355; }

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

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

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

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

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

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

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

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