#572F5D

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

Shades of Hot Purple #572F5D

Tints of Hot Purple #572F5D

Color information

#572F5D (or 0x572F5D) is unknown color: approx Hot Purple. HEX triplet: 57, 2F and 5D. RGB value is (87,47,93). Sum of RGB (Red+Green+Blue) = 87+47+93=227 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.33% from 227); Green value is 47 (18.75% from 255 or 20.70% from 227); Blue value is 93 (36.72% from 255 or 40.97% from 227); Max value from RGB is 93 - color contains mainly: blue. Hex color #572F5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572F5D is #A8D0A2. Grayscale: #404040. Windows color (decimal): -11063459 or 6106967. OLE color: 6106967.

HSL color Cylindrical-coordinate representation of color #572F5D: hue angle of 292.17º 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 #572F5D is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB874793-
CMYK0.060.4900.64
HSL292.17º32.86%27.45%-
HSV(B)292.17º49.46%36.47%-
XYZ6.924.8510.93-
YUV64.2144.25144.26-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.33%
GREEN value IS 47 (18.75% from 255) = 20.70%
BLUE value IS 93 (36.72% from 255) = 40.97%
R=38.33%
G=20.70%
B=40.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8747930.060.4900.64292.1732.8627.45
Hex572F5D631040124211b
Octal1275713566101004444133
Binary101011110111110111011101100010100000010010010010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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