#76129B

Color #76129B Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #76129B

Tints of Dark Magenta #76129B

Color information

#76129B (or 0x76129B) is unknown color: approx 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

RGB11818155-
CMYK0.240.8800.39
HSL283.8º79.19%33.92%-
HSV(B)283.8º88.39%60.78%-
XYZ13.66.6531.58-
YUV63.52179.63166.86-

RGB Variations

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

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 (Cyan) values IS 0.24
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal118181550.240.8800.39283.879.1933.92
Hex76129B185802711c4f22
Octal166222333013004743411742
Binary1110110100101001101111000101100001001111000111001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76129B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>