Html Css Color HEX #76129C Dark Magenta

📋 copy color: '#76129C'

red 118 ◦ green 18 ◦ blue 156

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

Shades of Dark Magenta #76129C

Tints of Dark Magenta #76129C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 53.42%

R = 40.41%
G = 6.16%
B = 53.42%

CMYK

 C value IS 0.24

 M value IS 0.88

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#76129C (or 0x76129C) is known color: Dark Magenta. HEX triplet: 76, 12 and 9C. RGB value is (118,18,156). Sum of RGB (Red+Green+Blue) = 118+18+156=292 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.41% from 292); Green value is 18 (7.42% from 255 or 6.16% from 292); Blue value is 156 (61.33% from 255 or 53.42% from 292); Max value from RGB is 156 - color contains mainly: blue. Hex color #76129C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76129C is #89ED63. Grayscale: #3F3F3F. Windows color (decimal): -9039204 or 10228342. OLE color: 10228342.

HSL color Cylindrical-coordinate representation of color #76129C: hue angle of 283.48º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #76129C is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 118 18 156 -
CMYK 0.24 0.88 0 0.39
HSL 283.48º 0.79% 0.34% -
HSV(B) 283.48º 0.88% 0.61% -
XYZ 13.69 6.68 32.02 -
YUV 63.63 180.13 166.78 -
System Red Green Blue C M Y K H S L
Decimal 118 18 156 0.24 0.88 0 0.39 283.48 0.79 0.34
Hex 76 12 9C 18 58 0 27 11B 4F 22
Octal 166 22 234 30 130 0 47 433 117 42
Binary 1110110 10010 10011100 11000 1011000 0 100111 100011011 1001111 100010

Color Harmonies of #76129C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76129C

Black with #76129C

Text Example


Text Example

White with #76129C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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