#76129A

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

Shades of Dark Magenta #76129A

Tints of Dark Magenta #76129A

Color information

#76129A (or 0x76129A) is unknown color: approx Dark Magenta. HEX triplet: 76, 12 and 9A. RGB value is (118,18,154). Sum of RGB (Red+Green+Blue) = 118+18+154=290 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.69% from 290); Green value is 18 (7.42% from 255 or 6.21% from 290); Blue value is 154 (60.55% from 255 or 53.10% from 290); Max value from RGB is 154 - color contains mainly: blue. Hex color #76129A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76129A is #89ED65. Grayscale: #3E3E3E. Windows color (decimal): -9039206 or 10097270. OLE color: 10097270.

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

Color convert

RGB11818154-
CMYK0.230.8800.40
HSL284.12º79.07%33.73%-
HSV(B)284.12º88.31%60.39%-
XYZ13.526.6231.14-
YUV63.4179.13166.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.69%
GREEN value IS 18 (7.42% from 255) = 6.21%
BLUE value IS 154 (60.55% from 255) = 53.10%
R=40.69%
G=6.21%
B=53.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal118181540.230.8800.40284.1279.0733.73
Hex76129A175802811c4f22
Octal166222322713005043411742
Binary1110110100101001101010111101100001010001000111001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76129A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #76129A;
 }
 .AnyTagClassName
 {
   color: #76129A;
 }
</style>
background-color css

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

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

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

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

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

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