#572C5B

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

Shades of Hot Purple #572C5B

Tints of Hot Purple #572C5B

Color information

#572C5B (or 0x572C5B) is unknown color: approx Hot Purple. HEX triplet: 57, 2C and 5B. RGB value is (87,44,91). Sum of RGB (Red+Green+Blue) = 87+44+91=222 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.19% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 91 (35.94% from 255 or 40.99% from 222); Max value from RGB is 91 - color contains mainly: blue. Hex color #572C5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572C5B is #A8D3A4. Grayscale: #3E3E3E. Windows color (decimal): -11064229 or 5975127. OLE color: 5975127.

HSL color Cylindrical-coordinate representation of color #572C5B: hue angle of 294.89º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #572C5B is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB874491-
CMYK0.040.5200.64
HSL294.89º34.81%26.47%-
HSV(B)294.89º51.65%35.69%-
XYZ6.724.5810.43-
YUV62.22144.25145.68-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.19%
GREEN value IS 44 (17.58% from 255) = 19.82%
BLUE value IS 91 (35.94% from 255) = 40.99%
R=39.19%
G=19.82%
B=40.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8744910.040.5200.64294.8934.8126.47
Hex572C5B434040127231a
Octal1275413346401004474332
Binary101011110110010110111001101000100000010010011110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,44,91); }

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

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

 a { background-color: rgb(87,44,91); }

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

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

 span { border-color: rgb(87,44,91); }

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