#563057

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

Shades of Hot Purple #563057

Tints of Hot Purple #563057

Color information

#563057 (or 0x563057) is unknown color: approx Hot Purple. HEX triplet: 56, 30 and 57. RGB value is (86,48,87). Sum of RGB (Red+Green+Blue) = 86+48+87=221 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.91% from 221); Green value is 48 (19.14% from 255 or 21.72% from 221); Blue value is 87 (34.38% from 255 or 39.37% from 221); Max value from RGB is 87 - color contains mainly: blue. Hex color #563057 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563057 is #A9CFA8. Grayscale: #3F3F3F. Windows color (decimal): -11128745 or 5714006. OLE color: 5714006.

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

Color convert

RGB864887-
CMYK0.010.4500.66
HSL298.46º28.89%26.47%-
HSV(B)298.46º44.83%34.12%-
XYZ6.624.789.59-
YUV63.81141.09143.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.91%
GREEN value IS 48 (19.14% from 255) = 21.72%
BLUE value IS 87 (34.38% from 255) = 39.37%
R=38.91%
G=21.72%
B=39.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8648870.010.4500.66298.4628.8926.47
Hex56305712D04212a1d1a
Octal1266012715501024523532
Binary101011011000010101111101101010000101001010101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563057; }

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

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

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

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

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

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

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

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