#74119E

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

Shades of Dark Magenta #74119E

Tints of Dark Magenta #74119E

Color information

#74119E (or 0x74119E) is unknown color: approx Dark Magenta. HEX triplet: 74, 11 and 9E. RGB value is (116,17,158). Sum of RGB (Red+Green+Blue) = 116+17+158=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 17 (7.03% from 255 or 5.84% from 291); Blue value is 158 (62.11% from 255 or 54.30% from 291); Max value from RGB is 158 - color contains mainly: blue. Hex color #74119E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74119E is #8BEE61. Grayscale: #3E3E3E. Windows color (decimal): -9170530 or 10359156. OLE color: 10359156.

HSL color Cylindrical-coordinate representation of color #74119E: hue angle of 282.13º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #74119E is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11617158-
CMYK0.270.8900.38
HSL282.13º80.57%34.31%-
HSV(B)282.13º89.24%61.96%-
XYZ13.576.5832.9-
YUV62.68181.8166.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.86%
GREEN value IS 17 (7.03% from 255) = 5.84%
BLUE value IS 158 (62.11% from 255) = 54.30%
R=39.86%
G=5.84%
B=54.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal116171580.270.8900.38282.1380.5734.31
Hex74119E1B5902611a5122
Octal164212363313104643212142
Binary1110100100011001111011011101100101001101000110101010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74119E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,17,158); }

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

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

 a { background-color: rgb(116,17,158); }

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

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

 span { border-color: rgb(116,17,158); }

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