Html Css Color HEX #74109A Dark Magenta

📋 copy color: '#74109A'

red 116 ◦ green 16 ◦ blue 154

#74109A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #74109A

Tints of Dark Magenta #74109A

RGB

 RED value IS 116 (45.7% 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 value IS 0.25

 M value IS 0.90

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#74109A (or 0x74109A) is known color: 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

RGB 116 16 154 -
CMYK 0.25 0.90 0 0.40
HSL 283.48º 0.81% 0.33% -
HSV(B) 283.48º 0.9% 0.6% -
XYZ 13.22 6.42 31.11 -
YUV 61.63 180.13 166.78 -
System Red Green Blue C M Y K H S L
Decimal 116 16 154 0.25 0.90 0 0.40 283.48 0.81 0.33
Hex 74 10 9A 19 5A 0 28 11B 51 21
Octal 164 20 232 31 132 0 50 433 121 41
Binary 1110100 10000 10011010 11001 1011010 0 101000 100011011 1010001 100001

Color Harmonies of #74109A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74109A

Black with #74109A

Text Example


Text Example

White with #74109A

Text Example


Text Example

HTML Codes & Css Web 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>