Html Css Color HEX #80078D Dark Magenta

📋 copy color: '#80078D'

red 128 ◦ green 7 ◦ blue 141

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

Shades of Dark Magenta #80078D

Tints of Dark Magenta #80078D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 51.09%

R = 46.38%
G = 2.54%
B = 51.09%

CMYK

 C value IS 0.09

 M value IS 0.95

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#80078D (or 0x80078D) is known color: Dark Magenta. HEX triplet: 80, 07 and 8D. RGB value is (128,7,141). Sum of RGB (Red+Green+Blue) = 128+7+141=276 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.38% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 141 (55.47% from 255 or 51.09% from 276); Max value from RGB is 141 - color contains mainly: blue. Hex color #80078D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80078D is #7FF872. Grayscale: #3A3A3A. Windows color (decimal): -8386675 or 9242496. OLE color: 9242496.

HSL color Cylindrical-coordinate representation of color #80078D: hue angle of 294.18º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #80078D is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 128 7 141 -
CMYK 0.09 0.95 0 0.45
HSL 294.18º 0.91% 0.29% -
HSV(B) 294.18º 0.95% 0.55% -
XYZ 13.79 6.66 25.76 -
YUV 58.46 174.59 177.6 -
System Red Green Blue C M Y K H S L
Decimal 128 7 141 0.09 0.95 0 0.45 294.18 0.91 0.29
Hex 80 7 8D 9 5F 0 2D 126 5B 1D
Octal 200 7 215 11 137 0 55 446 133 35
Binary 10000000 111 10001101 1001 1011111 0 101101 100100110 1011011 11101

Color Harmonies of #80078D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80078D

Black with #80078D

Text Example


Text Example

White with #80078D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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