#572F61

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

Shades of Hot Purple #572F61

Tints of Hot Purple #572F61

Color information

#572F61 (or 0x572F61) is unknown color: approx Hot Purple. HEX triplet: 57, 2F and 61. RGB value is (87,47,97). Sum of RGB (Red+Green+Blue) = 87+47+97=231 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.66% from 231); Green value is 47 (18.75% from 255 or 20.35% from 231); Blue value is 97 (38.28% from 255 or 41.99% from 231); Max value from RGB is 97 - color contains mainly: blue. Hex color #572F61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572F61 is #A8D09E. Grayscale: #404040. Windows color (decimal): -11063455 or 6369111. OLE color: 6369111.

HSL color Cylindrical-coordinate representation of color #572F61: hue angle of 288º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #572F61 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB874797-
CMYK0.100.5200.62
HSL288º34.72%28.24%-
HSV(B)288º51.55%38.04%-
XYZ7.14.9211.88-
YUV64.66146.25143.93-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.66%
GREEN value IS 47 (18.75% from 255) = 20.35%
BLUE value IS 97 (38.28% from 255) = 41.99%
R=37.66%
G=20.35%
B=41.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8747970.100.5200.6228834.7228.24
Hex572F61A3403E120231c
Octal1275714112640764404334
Binary101011110111111000011010110100011111010010000010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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