Html Css Color HEX #571C59 Hot Purple

📋 copy color: '#571C59'

red 87 ◦ green 28 ◦ blue 89

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

Shades of Hot Purple #571C59

Tints of Hot Purple #571C59

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.73%

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

R = 42.65%
G = 13.73%
B = 43.63%

CMYK

 C value IS 0.02

 M value IS 0.69

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#571C59 (or 0x571C59) is known color: Hot Purple. HEX triplet: 57, 1C and 59. RGB value is (87,28,89). Sum of RGB (Red+Green+Blue) = 87+28+89=204 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.65% from 204); Green value is 28 (11.33% from 255 or 13.73% from 204); Blue value is 89 (35.16% from 255 or 43.63% from 204); Max value from RGB is 89 - color contains mainly: blue. Hex color #571C59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571C59 is #A8E3A6. Grayscale: #343434. Windows color (decimal): -11068327 or 5839959. OLE color: 5839959.

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

Color convert

RGB 87 28 89 -
CMYK 0.02 0.69 0 0.65
HSL 298.03º 0.52% 0.23% -
HSV(B) 298.03º 0.69% 0.35% -
XYZ 6.15 3.58 9.82 -
YUV 52.6 148.55 152.54 -
System Red Green Blue C M Y K H S L
Decimal 87 28 89 0.02 0.69 0 0.65 298.03 0.52 0.23
Hex 57 1C 59 2 45 0 41 12A 34 17
Octal 127 34 131 2 105 0 101 452 64 27
Binary 1010111 11100 1011001 10 1000101 0 1000001 100101010 110100 10111

Color Harmonies of #571C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571C59

Black with #571C59

Text Example


Text Example

White with #571C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571C59; }

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

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

background-color css

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

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

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

border-color css

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

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

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