#572B5D

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

Shades of Hot Purple #572B5D

Tints of Hot Purple #572B5D

Color information

#572B5D (or 0x572B5D) is unknown color: approx Hot Purple. HEX triplet: 57, 2B and 5D. RGB value is (87,43,93). Sum of RGB (Red+Green+Blue) = 87+43+93=223 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.01% from 223); Green value is 43 (17.19% from 255 or 19.28% from 223); Blue value is 93 (36.72% from 255 or 41.70% from 223); Max value from RGB is 93 - color contains mainly: blue. Hex color #572B5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572B5D is #A8D4A2. Grayscale: #3D3D3D. Windows color (decimal): -11064483 or 6105943. OLE color: 6105943.

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

Color convert

RGB874393-
CMYK0.060.5400.64
HSL292.8º36.76%26.67%-
HSV(B)292.8º53.76%36.47%-
XYZ6.774.5410.88-
YUV61.86145.58145.93-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.01%
GREEN value IS 43 (17.19% from 255) = 19.28%
BLUE value IS 93 (36.72% from 255) = 41.70%
R=39.01%
G=19.28%
B=41.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8743930.060.5400.64292.836.7626.67
Hex572B5D636040125251b
Octal1275313566601004454533
Binary101011110101110111011101101100100000010010010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,43,93); }

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

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

 a { background-color: rgb(87,43,93); }

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

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

 span { border-color: rgb(87,43,93); }

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