#572A58

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

Shades of Hot Purple #572A58

Tints of Hot Purple #572A58

Color information

#572A58 (or 0x572A58) is unknown color: approx Hot Purple. HEX triplet: 57, 2A and 58. RGB value is (87,42,88). Sum of RGB (Red+Green+Blue) = 87+42+88=217 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.09% from 217); Green value is 42 (16.80% from 255 or 19.35% from 217); Blue value is 88 (34.77% from 255 or 40.55% from 217); Max value from RGB is 88 - color contains mainly: blue. Hex color #572A58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572A58 is #A8D5A7. Grayscale: #3C3C3C. Windows color (decimal): -11064744 or 5778007. OLE color: 5778007.

HSL color Cylindrical-coordinate representation of color #572A58: hue angle of 298.7º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #572A58 is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB874288-
CMYK0.010.5200.65
HSL298.7º35.38%25.49%-
HSV(B)298.7º52.27%34.51%-
XYZ6.524.399.74-
YUV60.7143.41146.76-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 40.09%
GREEN value IS 42 (16.80% from 255) = 19.35%
BLUE value IS 88 (34.77% from 255) = 40.55%
R=40.09%
G=19.35%
B=40.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8742880.010.5200.65298.735.3825.49
Hex572A5813404112b2319
Octal1275213016401014534331
Binary1010111101010101100011101000100000110010101110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572A58; }

 p { color: rgb(87,42,88); }

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

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

 a { background-color: rgb(87,42,88); }

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

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

 span { border-color: rgb(87,42,88); }

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