Html Css Color HEX #76079E Dark Magenta

📋 copy color: '#76079E'

red 118 ◦ green 7 ◦ blue 158

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

Shades of Dark Magenta #76079E

Tints of Dark Magenta #76079E

RGB

 RED value IS 118 (46.48% from 255) = 41.7%

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

 BLUE value IS 158 (62.11% from 255) = 55.83%

R = 41.7%
G = 2.47%
B = 55.83%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76079E (or 0x76079E) is known color: Dark Magenta. HEX triplet: 76, 07 and 9E. RGB value is (118,7,158). Sum of RGB (Red+Green+Blue) = 118+7+158=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 7 (3.12% from 255 or 2.47% from 283); Blue value is 158 (62.11% from 255 or 55.83% from 283); Max value from RGB is 158 - color contains mainly: blue. Hex color #76079E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76079E is #89F861. Grayscale: #383838. Windows color (decimal): -9042018 or 10356598. OLE color: 10356598.

HSL color Cylindrical-coordinate representation of color #76079E: hue angle of 284.11º degrees, saturation: 0.92, 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 #76079E is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 7 158 -
CMYK 0.25 0.96 0 0.38
HSL 284.11º 0.92% 0.32% -
HSV(B) 284.11º 0.96% 0.62% -
XYZ 13.72 6.47 32.87 -
YUV 57.4 184.77 171.22 -
System Red Green Blue C M Y K H S L
Decimal 118 7 158 0.25 0.96 0 0.38 284.11 0.92 0.32
Hex 76 7 9E 19 60 0 26 11C 5C 20
Octal 166 7 236 31 140 0 46 434 134 40
Binary 1110110 111 10011110 11001 1100000 0 100110 100011100 1011100 100000

Color Harmonies of #76079E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76079E

Black with #76079E

Text Example


Text Example

White with #76079E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76079E; }

 p { color: rgb(118,7,158); }

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

background-color css

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

 a { background-color: rgb(118,7,158); }

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

border-color css

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

 span { border-color: rgb(118,7,158); }

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