Html Css Color HEX #572B59 Hot Purple

📋 copy color: '#572B59'

red 87 ◦ green 43 ◦ blue 89

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

Shades of Hot Purple #572B59

Tints of Hot Purple #572B59

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.63%

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

R = 39.73%
G = 19.63%
B = 40.64%

CMYK

 C value IS 0.02

 M value IS 0.52

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#572B59 (or 0x572B59) is known color: Hot Purple. HEX triplet: 57, 2B and 59. RGB value is (87,43,89). Sum of RGB (Red+Green+Blue) = 87+43+89=219 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.73% from 219); Green value is 43 (17.19% from 255 or 19.63% from 219); Blue value is 89 (35.16% from 255 or 40.64% from 219); Max value from RGB is 89 - color contains mainly: blue. Hex color #572B59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572B59 is #A8D4A6. Grayscale: #3D3D3D. Windows color (decimal): -11064487 or 5843799. OLE color: 5843799.

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

Color convert

RGB 87 43 89 -
CMYK 0.02 0.52 0 0.65
HSL 297.39º 0.35% 0.26% -
HSV(B) 297.39º 0.52% 0.35% -
XYZ 6.6 4.48 9.97 -
YUV 61.4 143.58 146.26 -
System Red Green Blue C M Y K H S L
Decimal 87 43 89 0.02 0.52 0 0.65 297.39 0.35 0.26
Hex 57 2B 59 2 34 0 41 129 23 1A
Octal 127 53 131 2 64 0 101 451 43 32
Binary 1010111 101011 1011001 10 110100 0 1000001 100101001 100011 11010

Color Harmonies of #572B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572B59

Black with #572B59

Text Example


Text Example

White with #572B59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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