#74029D

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

Shades of Dark Magenta #74029D

Tints of Dark Magenta #74029D

Color information

#74029D (or 0x74029D) is unknown color: approx Dark Magenta. HEX triplet: 74, 02 and 9D. RGB value is (116,2,157). Sum of RGB (Red+Green+Blue) = 116+2+157=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 2 (1.17% from 255 or 0.73% from 275); Blue value is 157 (61.72% from 255 or 57.09% from 275); Max value from RGB is 157 - color contains mainly: blue. Hex color #74029D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74029D is #8BFD62. Grayscale: #353535. Windows color (decimal): -9174371 or 10289780. OLE color: 10289780.

HSL color Cylindrical-coordinate representation of color #74029D: hue angle of 284.13º degrees, saturation: 0.97, 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 #74029D is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1162157-
CMYK0.260.9900.38
HSL284.13º97.48%31.18%-
HSV(B)284.13º98.73%61.57%-
XYZ13.316.1932.39-
YUV53.76186.27172.4-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.18%
GREEN value IS 2 (1.17% from 255) = 0.73%
BLUE value IS 157 (61.72% from 255) = 57.09%
R=42.18%
G=0.73%
B=57.09%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11621570.260.9900.38284.1397.4831.18
Hex7429D1A6302611c611f
Octal16422353214304643414137
Binary111010010100111011101011000110100110100011100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74029D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74029D; }

 p { color: rgb(116,2,157); }

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

<style>
 a { background-color: #74029D; }

 a { background-color: rgb(116,2,157); }

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

<style>
 span { border-color: #74029D; }

 span { border-color: rgb(116,2,157); }

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