#573056

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

Shades of Hot Purple #573056

Tints of Hot Purple #573056

Color information

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

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

Color convert

RGB874886-
CMYK00.450.010.66
HSL301.54º28.89%26.47%-
HSV(B)301.54º44.83%34.12%-
XYZ6.674.819.38-
YUV63.99140.42144.41-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87488600.450.010.66301.5428.8926.47
Hex57305602D14212e1d1a
Octal1276012605511024563532
Binary101011111000010101100101101110000101001011101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573056; }

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

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

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

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

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

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

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

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