Html Css Color HEX #801792 Dark Magenta

📋 copy color: '#801792'

red 128 ◦ green 23 ◦ blue 146

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

Shades of Dark Magenta #801792

Tints of Dark Magenta #801792

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.74%

 BLUE value IS 146 (57.42% from 255) = 49.16%

R = 43.1%
G = 7.74%
B = 49.16%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#801792 (or 0x801792) is known color: Dark Magenta. HEX triplet: 80, 17 and 92. RGB value is (128,23,146). Sum of RGB (Red+Green+Blue) = 128+23+146=297 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.10% from 297); Green value is 23 (9.38% from 255 or 7.74% from 297); Blue value is 146 (57.42% from 255 or 49.16% from 297); Max value from RGB is 146 - color contains mainly: blue. Hex color #801792 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801792 is #7FE86D. Grayscale: #444444. Windows color (decimal): -8382574 or 9574272. OLE color: 9574272.

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

Color convert

RGB 128 23 146 -
CMYK 0.12 0.84 0 0.43
HSL 291.22º 0.73% 0.33% -
HSV(B) 291.22º 0.84% 0.57% -
XYZ 14.4 7.28 27.84 -
YUV 68.42 171.79 170.5 -
System Red Green Blue C M Y K H S L
Decimal 128 23 146 0.12 0.84 0 0.43 291.22 0.73 0.33
Hex 80 17 92 C 54 0 2B 123 49 21
Octal 200 27 222 14 124 0 53 443 111 41
Binary 10000000 10111 10010010 1100 1010100 0 101011 100100011 1001001 100001

Color Harmonies of #801792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801792

Black with #801792

Text Example


Text Example

White with #801792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801792; }

 p { color: rgb(128,23,146); }

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

background-color css

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

 a { background-color: rgb(128,23,146); }

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

border-color css

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

 span { border-color: rgb(128,23,146); }

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