Html Css Color HEX #741099 Dark Magenta

📋 copy color: '#741099'

red 116 ◦ green 16 ◦ blue 153

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

Shades of Dark Magenta #741099

Tints of Dark Magenta #741099

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.61%

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

R = 40.7%
G = 5.61%
B = 53.68%

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

#741099 (or 0x741099) is known color: Dark Magenta. HEX triplet: 74, 10 and 99. RGB value is (116,16,153). Sum of RGB (Red+Green+Blue) = 116+16+153=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 16 (6.64% from 255 or 5.61% from 285); Blue value is 153 (60.16% from 255 or 53.68% from 285); Max value from RGB is 153 - color contains mainly: blue. Hex color #741099 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741099 is #8BEF66. Grayscale: #3D3D3D. Windows color (decimal): -9170791 or 10031220. OLE color: 10031220.

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

Color convert

RGB 116 16 153 -
CMYK 0.24 0.90 0 0.4
HSL 283.8º 0.81% 0.33% -
HSV(B) 283.8º 0.9% 0.6% -
XYZ 13.14 6.38 30.68 -
YUV 61.52 179.63 166.86 -
System Red Green Blue C M Y K H S L
Decimal 116 16 153 0.24 0.90 0 0.4 283.8 0.81 0.33
Hex 74 10 99 18 5A 0 28 11C 51 21
Octal 164 20 231 30 132 0 50 434 121 41
Binary 1110100 10000 10011001 11000 1011010 0 101000 100011100 1010001 100001

Color Harmonies of #741099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741099

Black with #741099

Text Example


Text Example

White with #741099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741099; }

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

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

background-color css

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

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

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

border-color css

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

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

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