Html Css Color HEX #571A59 Hot Purple

📋 copy color: '#571A59'

red 87 ◦ green 26 ◦ blue 89

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

Shades of Hot Purple #571A59

Tints of Hot Purple #571A59

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.87%

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

R = 43.07%
G = 12.87%
B = 44.06%

CMYK

 C value IS 0.02

 M value IS 0.71

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#571A59 (or 0x571A59) is known color: Hot Purple. HEX triplet: 57, 1A and 59. RGB value is (87,26,89). Sum of RGB (Red+Green+Blue) = 87+26+89=202 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.07% from 202); Green value is 26 (10.55% from 255 or 12.87% from 202); Blue value is 89 (35.16% from 255 or 44.06% from 202); Max value from RGB is 89 - color contains mainly: blue. Hex color #571A59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571A59 is #A8E5A6. Grayscale: #333333. Windows color (decimal): -11068839 or 5839447. OLE color: 5839447.

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

Color convert

RGB 87 26 89 -
CMYK 0.02 0.71 0 0.65
HSL 298.1º 0.55% 0.23% -
HSV(B) 298.1º 0.71% 0.35% -
XYZ 6.1 3.49 9.8 -
YUV 51.42 149.21 153.38 -
System Red Green Blue C M Y K H S L
Decimal 87 26 89 0.02 0.71 0 0.65 298.1 0.55 0.23
Hex 57 1A 59 2 47 0 41 12A 37 17
Octal 127 32 131 2 107 0 101 452 67 27
Binary 1010111 11010 1011001 10 1000111 0 1000001 100101010 110111 10111

Color Harmonies of #571A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571A59

Black with #571A59

Text Example


Text Example

White with #571A59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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