Html Css Color HEX #572F59 Hot Purple

📋 copy color: '#572F59'

red 87 ◦ green 47 ◦ blue 89

#572F59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Purple #572F59

Tints of Hot Purple #572F59

RGB

 RED value IS 87 (34.38% from 255) = 39.01%

 GREEN value IS 47 (18.75% from 255) = 21.08%

 BLUE value IS 89 (35.16% from 255) = 39.91%

R = 39.01%
G = 21.08%
B = 39.91%

CMYK

 C value IS 0.02

 M value IS 0.47

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#572F59 (or 0x572F59) is known color: Hot Purple. HEX triplet: 57, 2F and 59. RGB value is (87,47,89). Sum of RGB (Red+Green+Blue) = 87+47+89=223 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.01% from 223); Green value is 47 (18.75% from 255 or 21.08% from 223); Blue value is 89 (35.16% from 255 or 39.91% from 223); Max value from RGB is 89 - color contains mainly: blue. Hex color #572F59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572F59 is #A8D0A6. Grayscale: #3F3F3F. Windows color (decimal): -11063463 or 5844823. OLE color: 5844823.

HSL color Cylindrical-coordinate representation of color #572F59: hue angle of 297.14º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #572F59 is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 87 47 89 -
CMYK 0.02 0.47 0 0.65
HSL 297.14º 0.31% 0.27% -
HSV(B) 297.14º 0.47% 0.35% -
XYZ 6.75 4.78 10.02 -
YUV 63.75 142.25 144.58 -
System Red Green Blue C M Y K H S L
Decimal 87 47 89 0.02 0.47 0 0.65 297.14 0.31 0.27
Hex 57 2F 59 2 2F 0 41 129 1F 1B
Octal 127 57 131 2 57 0 101 451 37 33
Binary 1010111 101111 1011001 10 101111 0 1000001 100101001 11111 11011

Color Harmonies of #572F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572F59

Black with #572F59

Text Example


Text Example

White with #572F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #572F59;
 }
 .AnyTagClassName
 {
   color: #572F59;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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