#74109a

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

Shades of Dark Magenta #74109A

Tints of Dark Magenta #74109A

Color information

#74109A (or 0x74109A) is unknown color: approx Dark Magenta. HEX triplet: 74, 10 and 9A. RGB value is (116,16,154). Sum of RGB (Red+Green+Blue) = 116+16+154=286 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.56% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 154 (60.55% from 255 or 53.85% from 286); Max value from RGB is 154 - color contains mainly: blue. Hex color #74109A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74109A is #8BEF65. Grayscale: #3D3D3D. Windows color (decimal): -9170790 or 10096756. OLE color: 10096756.

HSL color Cylindrical-coordinate representation of color #74109A: hue angle of 283.48º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #74109A is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11616154-
CMYK0.250.9000.40
HSL283.48º81.18%33.33%-
HSV(B)283.48º89.61%60.39%-
XYZ13.226.4231.11-
YUV61.63180.13166.78-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.56%
GREEN value IS 16 (6.64% from 255) = 5.59%
BLUE value IS 154 (60.55% from 255) = 53.85%
R=40.56%
G=5.59%
B=53.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal116161540.250.9000.40283.4881.1833.33
Hex74109A195A02811b5121
Octal164202323113205043312141
Binary1110100100001001101011001101101001010001000110111010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74109a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74109a; }

 p { color: rgb(116,16,154); }

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

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

 a { background-color: rgb(116,16,154); }

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

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

 span { border-color: rgb(116,16,154); }

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