Html Css Color HEX #76129F Dark Magenta

📋 copy color: '#76129F'

red 118 ◦ green 18 ◦ blue 159

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

Shades of Dark Magenta #76129F

Tints of Dark Magenta #76129F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.1%

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

R = 40%
G = 6.1%
B = 53.9%

CMYK

 C value IS 0.26

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76129F (or 0x76129F) is known color: Dark Magenta. HEX triplet: 76, 12 and 9F. RGB value is (118,18,159). Sum of RGB (Red+Green+Blue) = 118+18+159=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 18 (7.42% from 255 or 6.10% from 295); Blue value is 159 (62.5% from 255 or 53.90% from 295); Max value from RGB is 159 - color contains mainly: blue. Hex color #76129F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76129F is #89ED60. Grayscale: #3F3F3F. Windows color (decimal): -9039201 or 10424950. OLE color: 10424950.

HSL color Cylindrical-coordinate representation of color #76129F: hue angle of 282.55º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #76129F is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 18 159 -
CMYK 0.26 0.89 0 0.38
HSL 282.55º 0.8% 0.35% -
HSV(B) 282.55º 0.89% 0.62% -
XYZ 13.95 6.79 33.38 -
YUV 63.97 181.63 166.54 -
System Red Green Blue C M Y K H S L
Decimal 118 18 159 0.26 0.89 0 0.38 282.55 0.8 0.35
Hex 76 12 9F 1A 59 0 26 11B 50 23
Octal 166 22 237 32 131 0 46 433 120 43
Binary 1110110 10010 10011111 11010 1011001 0 100110 100011011 1010000 100011

Color Harmonies of #76129F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76129F

Black with #76129F

Text Example


Text Example

White with #76129F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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