#572F59

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

Shades of Hot Purple #572F59

Tints of Hot Purple #572F59

Color information

#572F59 (or 0x572F59) is unknown color: approx Hot Purple. HEX triplet: 57, 2F and 59. RGB value is (87,47,89). Sum of RGB (Red+Green+Blue) = 87+47+89=223 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.01% from 223); Green value is 47 (18.75% from 255 or 21.08% from 223); Blue value is 89 (35.16% from 255 or 39.91% from 223); Max value from RGB is 89 - color contains mainly: blue. Hex color #572F59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572F59 is #A8D0A6. Grayscale: #3F3F3F. Windows color (decimal): -11063463 or 5844823. OLE color: 5844823.

HSL color Cylindrical-coordinate representation of color #572F59: hue angle of 297.14º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #572F59 is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB874789-
CMYK0.020.4700.65
HSL297.14º30.88%26.67%-
HSV(B)297.14º47.19%34.9%-
XYZ6.754.7810.02-
YUV63.75142.25144.58-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.01%
GREEN value IS 47 (18.75% from 255) = 21.08%
BLUE value IS 89 (35.16% from 255) = 39.91%
R=39.01%
G=21.08%
B=39.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8747890.020.4700.65297.1430.8826.67
Hex572F5922F0411291f1b
Octal1275713125701014513733
Binary1010111101111101100110101111010000011001010011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,47,89); }

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

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

 a { background-color: rgb(87,47,89); }

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

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

 span { border-color: rgb(87,47,89); }

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