Html Css Color HEX #801591 Dark Magenta

📋 copy color: '#801591'

red 128 ◦ green 21 ◦ blue 145

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

Shades of Dark Magenta #801591

Tints of Dark Magenta #801591

RGB

 RED value IS 128 (50.39% from 255) = 43.54%

 GREEN value IS 21 (8.59% from 255) = 7.14%

 BLUE value IS 145 (57.03% from 255) = 49.32%

R = 43.54%
G = 7.14%
B = 49.32%

CMYK

 C value IS 0.12

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#801591 (or 0x801591) is known color: Dark Magenta. HEX triplet: 80, 15 and 91. RGB value is (128,21,145). Sum of RGB (Red+Green+Blue) = 128+21+145=294 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.54% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 145 (57.03% from 255 or 49.32% from 294); Max value from RGB is 145 - color contains mainly: blue. Hex color #801591 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801591 is #7FEA6E. Grayscale: #424242. Windows color (decimal): -8383087 or 9508224. OLE color: 9508224.

HSL color Cylindrical-coordinate representation of color #801591: hue angle of 291.77º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #801591 is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 128 21 145 -
CMYK 0.12 0.86 0 0.43
HSL 291.77º 0.75% 0.33% -
HSV(B) 291.77º 0.86% 0.57% -
XYZ 14.28 7.17 27.42 -
YUV 67.13 171.95 171.42 -
System Red Green Blue C M Y K H S L
Decimal 128 21 145 0.12 0.86 0 0.43 291.77 0.75 0.33
Hex 80 15 91 C 56 0 2B 124 4B 21
Octal 200 25 221 14 126 0 53 444 113 41
Binary 10000000 10101 10010001 1100 1010110 0 101011 100100100 1001011 100001

Color Harmonies of #801591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801591

Black with #801591

Text Example


Text Example

White with #801591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801591; }

 p { color: rgb(128,21,145); }

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

background-color css

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

 a { background-color: rgb(128,21,145); }

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

border-color css

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

 span { border-color: rgb(128,21,145); }

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