#76029E

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

Shades of Dark Magenta #76029E

Tints of Dark Magenta #76029E

Color information

#76029E (or 0x76029E) is unknown color: approx Dark Magenta. HEX triplet: 76, 02 and 9E. RGB value is (118,2,158). Sum of RGB (Red+Green+Blue) = 118+2+158=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 2 (1.17% from 255 or 0.72% from 278); Blue value is 158 (62.11% from 255 or 56.83% from 278); Max value from RGB is 158 - color contains mainly: blue. Hex color #76029E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76029E is #89FD61. Grayscale: #353535. Windows color (decimal): -9043298 or 10355318. OLE color: 10355318.

HSL color Cylindrical-coordinate representation of color #76029E: hue angle of 284.62º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #76029E is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1182158-
CMYK0.250.9900.38
HSL284.62º97.5%31.37%-
HSV(B)284.62º98.73%61.96%-
XYZ13.666.3632.86-
YUV54.47186.43173.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.45%
GREEN value IS 2 (1.17% from 255) = 0.72%
BLUE value IS 158 (62.11% from 255) = 56.83%
R=42.45%
G=0.72%
B=56.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11821580.250.9900.38284.6297.531.37
Hex7629E196302611d621f
Octal16622363114304643514237
Binary111011010100111101100111000110100110100011101110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76029E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76029E; }

 p { color: rgb(118,2,158); }

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

<style>
 a { background-color: #76029E; }

 a { background-color: rgb(118,2,158); }

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

<style>
 span { border-color: #76029E; }

 span { border-color: rgb(118,2,158); }

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