#740F9C

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

Shades of Dark Magenta #740F9C

Tints of Dark Magenta #740F9C

Color information

#740F9C (or 0x740F9C) is unknown color: approx Dark Magenta. HEX triplet: 74, 0F and 9C. RGB value is (116,15,156). Sum of RGB (Red+Green+Blue) = 116+15+156=287 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.42% from 287); Green value is 15 (6.25% from 255 or 5.23% from 287); Blue value is 156 (61.33% from 255 or 54.36% from 287); Max value from RGB is 156 - color contains mainly: blue. Hex color #740F9C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740F9C is #8BF063. Grayscale: #3C3C3C. Windows color (decimal): -9171044 or 10227572. OLE color: 10227572.

HSL color Cylindrical-coordinate representation of color #740F9C: hue angle of 282.98º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #740F9C is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11615156-
CMYK0.260.9000.39
HSL282.98º82.46%33.53%-
HSV(B)282.98º90.38%61.18%-
XYZ13.376.4531.99-
YUV61.27181.46167.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.42%
GREEN value IS 15 (6.25% from 255) = 5.23%
BLUE value IS 156 (61.33% from 255) = 54.36%
R=40.42%
G=5.23%
B=54.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal116151560.260.9000.39282.9882.4633.53
Hex74F9C1A5A02711b5222
Octal164172343213204743312242
Binary111010011111001110011010101101001001111000110111010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740F9C; }

 p { color: rgb(116,15,156); }

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

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

 a { background-color: rgb(116,15,156); }

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

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

 span { border-color: rgb(116,15,156); }

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