Html Css Color HEX #740D99 Dark Magenta

📋 copy color: '#740D99'

red 116 ◦ green 13 ◦ blue 153

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

Shades of Dark Magenta #740D99

Tints of Dark Magenta #740D99

RGB

 RED value IS 116 (45.7% from 255) = 41.13%

 GREEN value IS 13 (5.47% from 255) = 4.61%

 BLUE value IS 153 (60.16% from 255) = 54.26%

R = 41.13%
G = 4.61%
B = 54.26%

CMYK

 C value IS 0.24

 M value IS 0.92

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#740D99 (or 0x740D99) is known color: Dark Magenta. HEX triplet: 74, 0D and 99. RGB value is (116,13,153). Sum of RGB (Red+Green+Blue) = 116+13+153=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 13 (5.47% from 255 or 4.61% from 282); Blue value is 153 (60.16% from 255 or 54.26% from 282); Max value from RGB is 153 - color contains mainly: blue. Hex color #740D99 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740D99 is #8BF266. Grayscale: #3B3B3B. Windows color (decimal): -9171559 or 10030452. OLE color: 10030452.

HSL color Cylindrical-coordinate representation of color #740D99: hue angle of 284.14º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #740D99 is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 116 13 153 -
CMYK 0.24 0.92 0 0.4
HSL 284.14º 0.84% 0.33% -
HSV(B) 284.14º 0.92% 0.6% -
XYZ 13.1 6.3 30.66 -
YUV 59.76 180.62 168.12 -
System Red Green Blue C M Y K H S L
Decimal 116 13 153 0.24 0.92 0 0.4 284.14 0.84 0.33
Hex 74 D 99 18 5C 0 28 11C 54 21
Octal 164 15 231 30 134 0 50 434 124 41
Binary 1110100 1101 10011001 11000 1011100 0 101000 100011100 1010100 100001

Color Harmonies of #740D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740D99

Black with #740D99

Text Example


Text Example

White with #740D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,13,153); }

 H1.HeaderClassName
 {
   color: #740D99;
 }
 .AnyTagClassName
 {
   color: #740D99;
 }
</style>

background-color css

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

 a { background-color: rgb(116,13,153); }

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

border-color css

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

 span { border-color: rgb(116,13,153); }

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