Html Css Color HEX #571959 Hot Purple

📋 copy color: '#571959'

red 87 ◦ green 25 ◦ blue 89

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

Shades of Hot Purple #571959

Tints of Hot Purple #571959

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.44%

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

R = 43.28%
G = 12.44%
B = 44.28%

CMYK

 C value IS 0.02

 M value IS 0.72

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#571959 (or 0x571959) is known color: Hot Purple. HEX triplet: 57, 19 and 59. RGB value is (87,25,89). Sum of RGB (Red+Green+Blue) = 87+25+89=201 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.28% from 201); Green value is 25 (10.16% from 255 or 12.44% from 201); Blue value is 89 (35.16% from 255 or 44.28% from 201); Max value from RGB is 89 - color contains mainly: blue. Hex color #571959 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571959 is #A8E6A6. Grayscale: #323232. Windows color (decimal): -11069095 or 5839191. OLE color: 5839191.

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

Color convert

RGB 87 25 89 -
CMYK 0.02 0.72 0 0.65
HSL 298.13º 0.56% 0.22% -
HSV(B) 298.13º 0.72% 0.35% -
XYZ 6.08 3.44 9.8 -
YUV 50.83 149.54 153.8 -
System Red Green Blue C M Y K H S L
Decimal 87 25 89 0.02 0.72 0 0.65 298.13 0.56 0.22
Hex 57 19 59 2 48 0 41 12A 38 16
Octal 127 31 131 2 110 0 101 452 70 26
Binary 1010111 11001 1011001 10 1001000 0 1000001 100101010 111000 10110

Color Harmonies of #571959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571959

Black with #571959

Text Example


Text Example

White with #571959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571959; }

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

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

background-color css

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

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

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

border-color css

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

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

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