#572061

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

Shades of Hot Purple #572061

Tints of Hot Purple #572061

Color information

#572061 (or 0x572061) is unknown color: approx Hot Purple. HEX triplet: 57, 20 and 61. RGB value is (87,32,97). Sum of RGB (Red+Green+Blue) = 87+32+97=216 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.28% from 216); Green value is 32 (12.89% from 255 or 14.81% from 216); Blue value is 97 (38.28% from 255 or 44.91% from 216); Max value from RGB is 97 - color contains mainly: blue. Hex color #572061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572061 is #A8DF9E. Grayscale: #373737. Windows color (decimal): -11067295 or 6365271. OLE color: 6365271.

HSL color Cylindrical-coordinate representation of color #572061: hue angle of 290.77º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #572061 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB873297-
CMYK0.100.6700.62
HSL290.77º50.39%25.29%-
HSV(B)290.77º67.01%38.04%-
XYZ6.63.9211.72-
YUV55.86151.22150.21-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 40.28%
GREEN value IS 32 (12.89% from 255) = 14.81%
BLUE value IS 97 (38.28% from 255) = 44.91%
R=40.28%
G=14.81%
B=44.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8732970.100.6700.62290.7750.3925.29
Hex572061A4303E1233219
Octal12740141121030764436231
Binary1010111100000110000110101000011011111010010001111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572061; }

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

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

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

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

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

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

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

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