Html Css Color HEX #80079D Dark Magenta

📋 copy color: '#80079D'

red 128 ◦ green 7 ◦ blue 157

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

Shades of Dark Magenta #80079D

Tints of Dark Magenta #80079D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.4%

 BLUE value IS 157 (61.72% from 255) = 53.77%

R = 43.84%
G = 2.4%
B = 53.77%

CMYK

 C value IS 0.18

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80079D (or 0x80079D) is known color: Dark Magenta. HEX triplet: 80, 07 and 9D. RGB value is (128,7,157). Sum of RGB (Red+Green+Blue) = 128+7+157=292 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.84% from 292); Green value is 7 (3.12% from 255 or 2.40% from 292); Blue value is 157 (61.72% from 255 or 53.77% from 292); Max value from RGB is 157 - color contains mainly: blue. Hex color #80079D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80079D is #7FF862. Grayscale: #3B3B3B. Windows color (decimal): -8386659 or 10291072. OLE color: 10291072.

HSL color Cylindrical-coordinate representation of color #80079D: hue angle of 288.4º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #80079D is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 7 157 -
CMYK 0.18 0.96 0 0.38
HSL 288.4º 0.91% 0.32% -
HSV(B) 288.4º 0.96% 0.62% -
XYZ 15.06 7.18 32.49 -
YUV 60.28 182.59 176.3 -
System Red Green Blue C M Y K H S L
Decimal 128 7 157 0.18 0.96 0 0.38 288.4 0.91 0.32
Hex 80 7 9D 12 60 0 26 120 5B 20
Octal 200 7 235 22 140 0 46 440 133 40
Binary 10000000 111 10011101 10010 1100000 0 100110 100100000 1011011 100000

Color Harmonies of #80079D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80079D

Black with #80079D

Text Example


Text Example

White with #80079D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80079D; }

 p { color: rgb(128,7,157); }

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

background-color css

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

 a { background-color: rgb(128,7,157); }

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

border-color css

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

 span { border-color: rgb(128,7,157); }

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