Html Css Color HEX #76109F Dark Magenta

📋 copy color: '#76109F'

red 118 ◦ green 16 ◦ blue 159

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

Shades of Dark Magenta #76109F

Tints of Dark Magenta #76109F

RGB

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

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

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

R = 40.27%
G = 5.46%
B = 54.27%

CMYK

 C value IS 0.26

 M value IS 0.90

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76109F (or 0x76109F) is known color: Dark Magenta. HEX triplet: 76, 10 and 9F. RGB value is (118,16,159). Sum of RGB (Red+Green+Blue) = 118+16+159=293 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.27% from 293); Green value is 16 (6.64% from 255 or 5.46% from 293); Blue value is 159 (62.5% from 255 or 54.27% from 293); Max value from RGB is 159 - color contains mainly: blue. Hex color #76109F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76109F is #89EF60. Grayscale: #3E3E3E. Windows color (decimal): -9039713 or 10424438. OLE color: 10424438.

HSL color Cylindrical-coordinate representation of color #76109F: hue angle of 282.8º 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 #76109F is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 16 159 -
CMYK 0.26 0.90 0 0.38
HSL 282.8º 0.82% 0.34% -
HSV(B) 282.8º 0.9% 0.62% -
XYZ 13.91 6.73 33.37 -
YUV 62.8 182.29 167.37 -
System Red Green Blue C M Y K H S L
Decimal 118 16 159 0.26 0.90 0 0.38 282.8 0.82 0.34
Hex 76 10 9F 1A 5A 0 26 11B 52 22
Octal 166 20 237 32 132 0 46 433 122 42
Binary 1110110 10000 10011111 11010 1011010 0 100110 100011011 1010010 100010

Color Harmonies of #76109F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76109F

Black with #76109F

Text Example


Text Example

White with #76109F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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