Html Css Color HEX #741297 Dark Magenta

📋 copy color: '#741297'

red 116 ◦ green 18 ◦ blue 151

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

Shades of Dark Magenta #741297

Tints of Dark Magenta #741297

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.32%

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

R = 40.7%
G = 6.32%
B = 52.98%

CMYK

 C value IS 0.23

 M value IS 0.88

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#741297 (or 0x741297) is known color: Dark Magenta. HEX triplet: 74, 12 and 97. RGB value is (116,18,151). Sum of RGB (Red+Green+Blue) = 116+18+151=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 18 (7.42% from 255 or 6.32% from 285); Blue value is 151 (59.38% from 255 or 52.98% from 285); Max value from RGB is 151 - color contains mainly: blue. Hex color #741297 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741297 is #8BED68. Grayscale: #3E3E3E. Windows color (decimal): -9170281 or 9900660. OLE color: 9900660.

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

Color convert

RGB 116 18 151 -
CMYK 0.23 0.88 0 0.41
HSL 284.21º 0.79% 0.33% -
HSV(B) 284.21º 0.88% 0.59% -
XYZ 13 6.38 29.82 -
YUV 62.46 177.97 166.19 -
System Red Green Blue C M Y K H S L
Decimal 116 18 151 0.23 0.88 0 0.41 284.21 0.79 0.33
Hex 74 12 97 17 58 0 29 11C 4F 21
Octal 164 22 227 27 130 0 51 434 117 41
Binary 1110100 10010 10010111 10111 1011000 0 101001 100011100 1001111 100001

Color Harmonies of #741297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741297

Black with #741297

Text Example


Text Example

White with #741297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741297; }

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

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

background-color css

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

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

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

border-color css

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

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

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