#74029A

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

Shades of Dark Magenta #74029A

Tints of Dark Magenta #74029A

Color information

#74029A (or 0x74029A) is unknown color: approx Dark Magenta. HEX triplet: 74, 02 and 9A. RGB value is (116,2,154). Sum of RGB (Red+Green+Blue) = 116+2+154=272 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.65% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 154 (60.55% from 255 or 56.62% from 272); Max value from RGB is 154 - color contains mainly: blue. Hex color #74029A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74029A is #8BFD65. Grayscale: #343434. Windows color (decimal): -9174374 or 10093172. OLE color: 10093172.

HSL color Cylindrical-coordinate representation of color #74029A: hue angle of 285º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #74029A is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1162154-
CMYK0.250.9900.40
HSL285º97.44%30.59%-
HSV(B)285º98.7%60.39%-
XYZ13.066.0931.06-
YUV53.41184.77172.64-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.65%
GREEN value IS 2 (1.17% from 255) = 0.74%
BLUE value IS 154 (60.55% from 255) = 56.62%
R=42.65%
G=0.74%
B=56.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal11621540.250.9900.4028597.4430.59
Hex7429A196302811d611f
Octal16422323114305043514137
Binary111010010100110101100111000110101000100011101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74029A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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