Html Css Color HEX #80079B Dark Magenta

📋 copy color: '#80079B'

red 128 ◦ green 7 ◦ blue 155

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

Shades of Dark Magenta #80079B

Tints of Dark Magenta #80079B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 53.45%

R = 44.14%
G = 2.41%
B = 53.45%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#80079B (or 0x80079B) is known color: Dark Magenta. HEX triplet: 80, 07 and 9B. RGB value is (128,7,155). Sum of RGB (Red+Green+Blue) = 128+7+155=290 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.14% from 290); Green value is 7 (3.12% from 255 or 2.41% from 290); Blue value is 155 (60.94% from 255 or 53.45% from 290); Max value from RGB is 155 - color contains mainly: blue. Hex color #80079B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80079B is #7FF864. Grayscale: #3B3B3B. Windows color (decimal): -8386661 or 10160000. OLE color: 10160000.

HSL color Cylindrical-coordinate representation of color #80079B: hue angle of 289.05º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #80079B is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 128 7 155 -
CMYK 0.17 0.95 0 0.39
HSL 289.05º 0.91% 0.32% -
HSV(B) 289.05º 0.95% 0.61% -
XYZ 14.89 7.11 31.6 -
YUV 60.05 181.59 176.47 -
System Red Green Blue C M Y K H S L
Decimal 128 7 155 0.17 0.95 0 0.39 289.05 0.91 0.32
Hex 80 7 9B 11 5F 0 27 121 5B 20
Octal 200 7 233 21 137 0 47 441 133 40
Binary 10000000 111 10011011 10001 1011111 0 100111 100100001 1011011 100000

Color Harmonies of #80079B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80079B

Black with #80079B

Text Example


Text Example

White with #80079B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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