Html Css Color HEX #740F99 Dark Magenta

📋 copy color: '#740F99'

red 116 ◦ green 15 ◦ blue 153

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

Shades of Dark Magenta #740F99

Tints of Dark Magenta #740F99

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.28%

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

R = 40.85%
G = 5.28%
B = 53.87%

CMYK

 C value IS 0.24

 M value IS 0.90

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#740F99 (or 0x740F99) is known color: Dark Magenta. HEX triplet: 74, 0F and 99. RGB value is (116,15,153). Sum of RGB (Red+Green+Blue) = 116+15+153=284 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.85% from 284); Green value is 15 (6.25% from 255 or 5.28% from 284); Blue value is 153 (60.16% from 255 or 53.87% from 284); Max value from RGB is 153 - color contains mainly: blue. Hex color #740F99 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740F99 is #8BF066. Grayscale: #3C3C3C. Windows color (decimal): -9171047 or 10030964. OLE color: 10030964.

HSL color Cylindrical-coordinate representation of color #740F99: hue angle of 283.91º degrees, saturation: 0.82, 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 #740F99 is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 116 15 153 -
CMYK 0.24 0.90 0 0.4
HSL 283.91º 0.82% 0.33% -
HSV(B) 283.91º 0.9% 0.6% -
XYZ 13.12 6.35 30.67 -
YUV 60.93 179.96 167.28 -
System Red Green Blue C M Y K H S L
Decimal 116 15 153 0.24 0.90 0 0.4 283.91 0.82 0.33
Hex 74 F 99 18 5A 0 28 11C 52 21
Octal 164 17 231 30 132 0 50 434 122 41
Binary 1110100 1111 10011001 11000 1011010 0 101000 100011100 1010010 100001

Color Harmonies of #740F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740F99

Black with #740F99

Text Example


Text Example

White with #740F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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