Html Css Color HEX #740897 Dark Magenta

📋 copy color: '#740897'

red 116 ◦ green 8 ◦ blue 151

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

Shades of Dark Magenta #740897

Tints of Dark Magenta #740897

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.91%

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

R = 42.18%
G = 2.91%
B = 54.91%

CMYK

 C value IS 0.23

 M value IS 0.95

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#740897 (or 0x740897) is known color: Dark Magenta. HEX triplet: 74, 08 and 97. RGB value is (116,8,151). Sum of RGB (Red+Green+Blue) = 116+8+151=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 151 (59.38% from 255 or 54.91% from 275); Max value from RGB is 151 - color contains mainly: blue. Hex color #740897 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740897 is #8BF768. Grayscale: #383838. Windows color (decimal): -9172841 or 9898100. OLE color: 9898100.

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

Color convert

RGB 116 8 151 -
CMYK 0.23 0.95 0 0.41
HSL 285.31º 0.9% 0.31% -
HSV(B) 285.31º 0.95% 0.59% -
XYZ 12.88 6.12 29.78 -
YUV 56.59 181.28 170.37 -
System Red Green Blue C M Y K H S L
Decimal 116 8 151 0.23 0.95 0 0.41 285.31 0.9 0.31
Hex 74 8 97 17 5F 0 29 11D 5A 1F
Octal 164 10 227 27 137 0 51 435 132 37
Binary 1110100 1000 10010111 10111 1011111 0 101001 100011101 1011010 11111

Color Harmonies of #740897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740897

Black with #740897

Text Example


Text Example

White with #740897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740897; }

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

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

background-color css

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

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

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

border-color css

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

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

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