Html Css Color HEX #741198 Dark Magenta

📋 copy color: '#741198'

red 116 ◦ green 17 ◦ blue 152

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

Shades of Dark Magenta #741198

Tints of Dark Magenta #741198

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.96%

 BLUE value IS 152 (59.77% from 255) = 53.33%

R = 40.7%
G = 5.96%
B = 53.33%

CMYK

 C value IS 0.24

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#741198 (or 0x741198) is known color: Dark Magenta. HEX triplet: 74, 11 and 98. RGB value is (116,17,152). Sum of RGB (Red+Green+Blue) = 116+17+152=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 152 (59.77% from 255 or 53.33% from 285); Max value from RGB is 152 - color contains mainly: blue. Hex color #741198 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741198 is #8BEE67. Grayscale: #3D3D3D. Windows color (decimal): -9170536 or 9965940. OLE color: 9965940.

HSL color Cylindrical-coordinate representation of color #741198: hue angle of 284º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #741198 is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 116 17 152 -
CMYK 0.24 0.89 0 0.40
HSL 284º 0.8% 0.33% -
HSV(B) 284º 0.89% 0.6% -
XYZ 13.07 6.38 30.25 -
YUV 61.99 178.8 166.52 -
System Red Green Blue C M Y K H S L
Decimal 116 17 152 0.24 0.89 0 0.40 284 0.8 0.33
Hex 74 11 98 18 59 0 28 11C 50 21
Octal 164 21 230 30 131 0 50 434 120 41
Binary 1110100 10001 10011000 11000 1011001 0 101000 100011100 1010000 100001

Color Harmonies of #741198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741198

Black with #741198

Text Example


Text Example

White with #741198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741198; }

 p { color: rgb(116,17,152); }

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

background-color css

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

 a { background-color: rgb(116,17,152); }

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

border-color css

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

 span { border-color: rgb(116,17,152); }

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