#74049B

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

Shades of Dark Magenta #74049B

Tints of Dark Magenta #74049B

Color information

#74049B (or 0x74049B) is unknown color: approx Dark Magenta. HEX triplet: 74, 04 and 9B. RGB value is (116,4,155). Sum of RGB (Red+Green+Blue) = 116+4+155=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 4 (1.95% from 255 or 1.45% from 275); Blue value is 155 (60.94% from 255 or 56.36% from 275); Max value from RGB is 155 - color contains mainly: blue. Hex color #74049B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74049B is #8BFB64. Grayscale: #363636. Windows color (decimal): -9173861 or 10159220. OLE color: 10159220.

HSL color Cylindrical-coordinate representation of color #74049B: hue angle of 284.5º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #74049B is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1164155-
CMYK0.250.9700.39
HSL284.5º94.97%31.18%-
HSV(B)284.5º97.42%60.78%-
XYZ13.166.1731.51-
YUV54.7184.61171.72-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.18%
GREEN value IS 4 (1.95% from 255) = 1.45%
BLUE value IS 155 (60.94% from 255) = 56.36%
R=42.18%
G=1.45%
B=56.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal11641550.250.9700.39284.594.9731.18
Hex7449B196102711d5f1f
Octal16442333114104743513737
Binary1110100100100110111100111000010100111100011101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74049B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74049B; }

 p { color: rgb(116,4,155); }

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

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

 a { background-color: rgb(116,4,155); }

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

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

 span { border-color: rgb(116,4,155); }

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