#572056

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

Shades of Hot Purple #572056

Tints of Hot Purple #572056

Color information

#572056 (or 0x572056) is unknown color: approx Hot Purple. HEX triplet: 57, 20 and 56. RGB value is (87,32,86). Sum of RGB (Red+Green+Blue) = 87+32+86=205 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.44% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 86 (33.98% from 255 or 41.95% from 205); Max value from RGB is 87 - color contains mainly: red. Hex color #572056 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572056 is #A8DFA9. Grayscale: #363636. Windows color (decimal): -11067306 or 5644375. OLE color: 5644375.

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

Color convert

RGB873286-
CMYK00.630.010.66
HSL301.09º46.22%23.33%-
HSV(B)301.09º63.22%34.12%-
XYZ6.133.739.2-
YUV54.6145.72151.11-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.44%
GREEN value IS 32 (12.89% from 255) = 15.61%
BLUE value IS 86 (33.98% from 255) = 41.95%
R=42.44%
G=15.61%
B=41.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87328600.630.010.66301.0946.2223.33
Hex57205603F14212d2e17
Octal1274012607711024555627
Binary1010111100000101011001111111100001010010110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572056; }

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

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

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

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

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

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

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

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