Html Css Color HEX #80079F Dark Magenta

📋 copy color: '#80079F'

red 128 ◦ green 7 ◦ blue 159

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

Shades of Dark Magenta #80079F

Tints of Dark Magenta #80079F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 54.08%

R = 43.54%
G = 2.38%
B = 54.08%

CMYK

 C value IS 0.19

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80079F (or 0x80079F) is known color: Dark Magenta. HEX triplet: 80, 07 and 9F. RGB value is (128,7,159). Sum of RGB (Red+Green+Blue) = 128+7+159=294 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.54% from 294); Green value is 7 (3.12% from 255 or 2.38% from 294); Blue value is 159 (62.5% from 255 or 54.08% from 294); Max value from RGB is 159 - color contains mainly: blue. Hex color #80079F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80079F is #7FF860. Grayscale: #3C3C3C. Windows color (decimal): -8386657 or 10422144. OLE color: 10422144.

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

Color convert

RGB 128 7 159 -
CMYK 0.19 0.96 0 0.38
HSL 287.76º 0.92% 0.33% -
HSV(B) 287.76º 0.96% 0.62% -
XYZ 15.24 7.24 33.4 -
YUV 60.51 183.59 176.14 -
System Red Green Blue C M Y K H S L
Decimal 128 7 159 0.19 0.96 0 0.38 287.76 0.92 0.33
Hex 80 7 9F 13 60 0 26 120 5C 21
Octal 200 7 237 23 140 0 46 440 134 41
Binary 10000000 111 10011111 10011 1100000 0 100110 100100000 1011100 100001

Color Harmonies of #80079F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80079F

Black with #80079F

Text Example


Text Example

White with #80079F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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