#563059

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

Shades of Hot Purple #563059

Tints of Hot Purple #563059

Color information

#563059 (or 0x563059) is unknown color: approx Hot Purple. HEX triplet: 56, 30 and 59. RGB value is (86,48,89). Sum of RGB (Red+Green+Blue) = 86+48+89=223 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.57% from 223); Green value is 48 (19.14% from 255 or 21.52% from 223); Blue value is 89 (35.16% from 255 or 39.91% from 223); Max value from RGB is 89 - color contains mainly: blue. Hex color #563059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563059 is #A9CFA6. Grayscale: #3F3F3F. Windows color (decimal): -11128743 or 5845078. OLE color: 5845078.

HSL color Cylindrical-coordinate representation of color #563059: hue angle of 295.61º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #563059 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB864889-
CMYK0.030.4600.65
HSL295.61º29.93%26.86%-
HSV(B)295.61º46.07%34.9%-
XYZ6.74.8110.03-
YUV64.04142.09143.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.57%
GREEN value IS 48 (19.14% from 255) = 21.52%
BLUE value IS 89 (35.16% from 255) = 39.91%
R=38.57%
G=21.52%
B=39.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8648890.030.4600.65295.6129.9326.86
Hex56305932E0411281e1b
Octal1266013135601014503633
Binary1010110110000101100111101110010000011001010001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563059; }

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

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

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

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

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

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

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

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