Html Css Color HEX #76129B Dark Magenta

📋 copy color: '#76129B'

red 118 ◦ green 18 ◦ blue 155

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

Shades of Dark Magenta #76129B

Tints of Dark Magenta #76129B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 53.26%

R = 40.55%
G = 6.19%
B = 53.26%

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

#76129B (or 0x76129B) is known color: Dark Magenta. HEX triplet: 76, 12 and 9B. RGB value is (118,18,155). Sum of RGB (Red+Green+Blue) = 118+18+155=291 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.55% from 291); Green value is 18 (7.42% from 255 or 6.19% from 291); Blue value is 155 (60.94% from 255 or 53.26% from 291); Max value from RGB is 155 - color contains mainly: blue. Hex color #76129B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76129B is #89ED64. Grayscale: #3F3F3F. Windows color (decimal): -9039205 or 10162806. OLE color: 10162806.

HSL color Cylindrical-coordinate representation of color #76129B: hue angle of 283.8º 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 #76129B is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 118 18 155 -
CMYK 0.24 0.88 0 0.39
HSL 283.8º 0.79% 0.34% -
HSV(B) 283.8º 0.88% 0.61% -
XYZ 13.6 6.65 31.58 -
YUV 63.52 179.63 166.86 -
System Red Green Blue C M Y K H S L
Decimal 118 18 155 0.24 0.88 0 0.39 283.8 0.79 0.34
Hex 76 12 9B 18 58 0 27 11C 4F 22
Octal 166 22 233 30 130 0 47 434 117 42
Binary 1110110 10010 10011011 11000 1011000 0 100111 100011100 1001111 100010

Color Harmonies of #76129B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76129B

Black with #76129B

Text Example


Text Example

White with #76129B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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