Html Css Color HEX #572059 Hot Purple

📋 copy color: '#572059'

red 87 ◦ green 32 ◦ blue 89

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

Shades of Hot Purple #572059

Tints of Hot Purple #572059

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.38%

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

R = 41.83%
G = 15.38%
B = 42.79%

CMYK

 C value IS 0.02

 M value IS 0.64

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#572059 (or 0x572059) is known color: Hot Purple. HEX triplet: 57, 20 and 59. RGB value is (87,32,89). Sum of RGB (Red+Green+Blue) = 87+32+89=208 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.83% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 89 (35.16% from 255 or 42.79% from 208); Max value from RGB is 89 - color contains mainly: blue. Hex color #572059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572059 is #A8DFA6. Grayscale: #363636. Windows color (decimal): -11067303 or 5840983. OLE color: 5840983.

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

Color convert

RGB 87 32 89 -
CMYK 0.02 0.64 0 0.65
HSL 297.89º 0.47% 0.24% -
HSV(B) 297.89º 0.64% 0.35% -
XYZ 6.25 3.78 9.85 -
YUV 54.94 147.22 150.87 -
System Red Green Blue C M Y K H S L
Decimal 87 32 89 0.02 0.64 0 0.65 297.89 0.47 0.24
Hex 57 20 59 2 40 0 41 12A 2F 18
Octal 127 40 131 2 100 0 101 452 57 30
Binary 1010111 100000 1011001 10 1000000 0 1000001 100101010 101111 11000

Color Harmonies of #572059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572059

Black with #572059

Text Example


Text Example

White with #572059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572059; }

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

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

background-color css

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

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

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

border-color css

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

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

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