#741199

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

Shades of Dark Magenta #741199

Tints of Dark Magenta #741199

Color information

#741199 (or 0x741199) is unknown color: approx Dark Magenta. HEX triplet: 74, 11 and 99. RGB value is (116,17,153). Sum of RGB (Red+Green+Blue) = 116+17+153=286 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.56% from 286); Green value is 17 (7.03% from 255 or 5.94% from 286); Blue value is 153 (60.16% from 255 or 53.50% from 286); Max value from RGB is 153 - color contains mainly: blue. Hex color #741199 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741199 is #8BEE66. Grayscale: #3D3D3D. Windows color (decimal): -9170535 or 10031476. OLE color: 10031476.

HSL color Cylindrical-coordinate representation of color #741199: hue angle of 283.68º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #741199 is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11617153-
CMYK0.240.8900.4
HSL283.68º80%33.33%-
HSV(B)283.68º88.89%60%-
XYZ13.156.4130.68-
YUV62.1179.3166.44-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.56%
GREEN value IS 17 (7.03% from 255) = 5.94%
BLUE value IS 153 (60.16% from 255) = 53.50%
R=40.56%
G=5.94%
B=53.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal116171530.240.8900.4283.688033.33
Hex741199185902811c5021
Octal164212313013105043412041
Binary1110100100011001100111000101100101010001000111001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741199; }

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

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

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

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

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

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

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

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