Html Css Color HEX #740997 Dark Magenta

📋 copy color: '#740997'

red 116 ◦ green 9 ◦ blue 151

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

Shades of Dark Magenta #740997

Tints of Dark Magenta #740997

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.26%

 BLUE value IS 151 (59.38% from 255) = 54.71%

R = 42.03%
G = 3.26%
B = 54.71%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#740997 (or 0x740997) is known color: Dark Magenta. HEX triplet: 74, 09 and 97. RGB value is (116,9,151). Sum of RGB (Red+Green+Blue) = 116+9+151=276 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.03% from 276); Green value is 9 (3.91% from 255 or 3.26% from 276); Blue value is 151 (59.38% from 255 or 54.71% from 276); Max value from RGB is 151 - color contains mainly: blue. Hex color #740997 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740997 is #8BF668. Grayscale: #383838. Windows color (decimal): -9172585 or 9898356. OLE color: 9898356.

HSL color Cylindrical-coordinate representation of color #740997: hue angle of 285.21º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740997 is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 9 151 -
CMYK 0.23 0.94 0 0.41
HSL 285.21º 0.89% 0.31% -
HSV(B) 285.21º 0.94% 0.59% -
XYZ 12.89 6.14 29.78 -
YUV 57.18 180.95 169.95 -
System Red Green Blue C M Y K H S L
Decimal 116 9 151 0.23 0.94 0 0.41 285.21 0.89 0.31
Hex 74 9 97 17 5E 0 29 11D 59 1F
Octal 164 11 227 27 136 0 51 435 131 37
Binary 1110100 1001 10010111 10111 1011110 0 101001 100011101 1011001 11111

Color Harmonies of #740997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740997

Black with #740997

Text Example


Text Example

White with #740997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740997; }

 p { color: rgb(116,9,151); }

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

background-color css

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

 a { background-color: rgb(116,9,151); }

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

border-color css

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

 span { border-color: rgb(116,9,151); }

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