Html Css Color HEX #76109E Dark Magenta

📋 copy color: '#76109E'

red 118 ◦ green 16 ◦ blue 158

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

Shades of Dark Magenta #76109E

Tints of Dark Magenta #76109E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.48%

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

R = 40.41%
G = 5.48%
B = 54.11%

CMYK

 C value IS 0.25

 M value IS 0.90

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76109E (or 0x76109E) is known color: Dark Magenta. HEX triplet: 76, 10 and 9E. RGB value is (118,16,158). Sum of RGB (Red+Green+Blue) = 118+16+158=292 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.41% from 292); Green value is 16 (6.64% from 255 or 5.48% from 292); Blue value is 158 (62.11% from 255 or 54.11% from 292); Max value from RGB is 158 - color contains mainly: blue. Hex color #76109E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76109E is #89EF61. Grayscale: #3E3E3E. Windows color (decimal): -9039714 or 10358902. OLE color: 10358902.

HSL color Cylindrical-coordinate representation of color #76109E: hue angle of 283.1º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #76109E is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 16 158 -
CMYK 0.25 0.90 0 0.38
HSL 283.1º 0.82% 0.34% -
HSV(B) 283.1º 0.9% 0.62% -
XYZ 13.83 6.69 32.91 -
YUV 62.69 181.79 167.45 -
System Red Green Blue C M Y K H S L
Decimal 118 16 158 0.25 0.90 0 0.38 283.1 0.82 0.34
Hex 76 10 9E 19 5A 0 26 11B 52 22
Octal 166 20 236 31 132 0 46 433 122 42
Binary 1110110 10000 10011110 11001 1011010 0 100110 100011011 1010010 100010

Color Harmonies of #76109E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76109E

Black with #76109E

Text Example


Text Example

White with #76109E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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