#76019C

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

Shades of Dark Magenta #76019C

Tints of Dark Magenta #76019C

Color information

#76019C (or 0x76019C) is unknown color: approx Dark Magenta. HEX triplet: 76, 01 and 9C. RGB value is (118,1,156). Sum of RGB (Red+Green+Blue) = 118+1+156=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 156 (61.33% from 255 or 56.73% from 275); Max value from RGB is 156 - color contains mainly: blue. Hex color #76019C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76019C is #89FE63. Grayscale: #353535. Windows color (decimal): -9043556 or 10223990. OLE color: 10223990.

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

Color convert

RGB1181156-
CMYK0.240.9900.39
HSL285.29º98.73%30.78%-
HSV(B)285.29º99.36%61.18%-
XYZ13.486.2731.95-
YUV53.65185.76173.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.91%
GREEN value IS 1 (0.78% from 255) = 0.36%
BLUE value IS 156 (61.33% from 255) = 56.73%
R=42.91%
G=0.36%
B=56.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal11811560.240.9900.39285.2998.7330.78
Hex7619C186302711d631f
Octal16612343014304743514337
Binary11101101100111001100011000110100111100011101110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76019C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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