#572E5B

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

Shades of Hot Purple #572E5B

Tints of Hot Purple #572E5B

Color information

#572E5B (or 0x572E5B) is unknown color: approx Hot Purple. HEX triplet: 57, 2E and 5B. RGB value is (87,46,91). Sum of RGB (Red+Green+Blue) = 87+46+91=224 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.84% from 224); Green value is 46 (18.36% from 255 or 20.54% from 224); Blue value is 91 (35.94% from 255 or 40.62% from 224); Max value from RGB is 91 - color contains mainly: blue. Hex color #572E5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572E5B is #A8D1A4. Grayscale: #3F3F3F. Windows color (decimal): -11063717 or 5975639. OLE color: 5975639.

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

Color convert

RGB874691-
CMYK0.040.4900.64
HSL294.67º32.85%26.86%-
HSV(B)294.67º49.45%35.69%-
XYZ6.84.7410.45-
YUV63.39143.58144.84-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.84%
GREEN value IS 46 (18.36% from 255) = 20.54%
BLUE value IS 91 (35.94% from 255) = 40.62%
R=38.84%
G=20.54%
B=40.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8746910.040.4900.64294.6732.8526.86
Hex572E5B431040127211b
Octal1275613346101004474133
Binary101011110111010110111001100010100000010010011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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