Html Css Color HEX #740697 Dark Magenta

📋 copy color: '#740697'

red 116 ◦ green 6 ◦ blue 151

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

Shades of Dark Magenta #740697

Tints of Dark Magenta #740697

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.2%

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

R = 42.49%
G = 2.2%
B = 55.31%

CMYK

 C value IS 0.23

 M value IS 0.96

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#740697 (or 0x740697) is known color: Dark Magenta. HEX triplet: 74, 06 and 97. RGB value is (116,6,151). Sum of RGB (Red+Green+Blue) = 116+6+151=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 151 (59.38% from 255 or 55.31% from 273); Max value from RGB is 151 - color contains mainly: blue. Hex color #740697 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740697 is #8BF968. Grayscale: #363636. Windows color (decimal): -9173353 or 9897588. OLE color: 9897588.

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

Color convert

RGB 116 6 151 -
CMYK 0.23 0.96 0 0.41
HSL 285.52º 0.92% 0.31% -
HSV(B) 285.52º 0.96% 0.59% -
XYZ 12.85 6.08 29.77 -
YUV 55.42 181.94 171.21 -
System Red Green Blue C M Y K H S L
Decimal 116 6 151 0.23 0.96 0 0.41 285.52 0.92 0.31
Hex 74 6 97 17 60 0 29 11E 5C 1F
Octal 164 6 227 27 140 0 51 436 134 37
Binary 1110100 110 10010111 10111 1100000 0 101001 100011110 1011100 11111

Color Harmonies of #740697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740697

Black with #740697

Text Example


Text Example

White with #740697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740697; }

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

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

background-color css

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

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

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

border-color css

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

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

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