#74009F

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

Shades of Dark Magenta #74009F

Tints of Dark Magenta #74009F

Color information

#74009F (or 0x74009F) is unknown color: approx Dark Magenta. HEX triplet: 74, 00 and 9F. RGB value is (116,0,159). Sum of RGB (Red+Green+Blue) = 116+0+159=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 159 (62.5% from 255 or 57.82% from 275); Max value from RGB is 159 - color contains mainly: blue. Hex color #74009F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74009F is #8BFF60. Grayscale: #343434. Windows color (decimal): -9174881 or 10420340. OLE color: 10420340.

HSL color Cylindrical-coordinate representation of color #74009F: hue angle of 283.77º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #74009F is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1160159-
CMYK0.27100.38
HSL283.77º100%31.18%-
HSV(B)283.77º100%62.35%-
XYZ13.466.2233.29-
YUV52.81187.93173.07-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.18%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 159 (62.5% from 255) = 57.82%
R=42.18%
G=0%
B=57.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11601590.27100.38283.7710031.18
Hex7409F1B6402611c641f
Octal16402373314404643414437
Binary11101000100111111101111001000100110100011100110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74009F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74009F; }

 p { color: rgb(116,0,159); }

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

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

 a { background-color: rgb(116,0,159); }

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

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

 span { border-color: rgb(116,0,159); }

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