Html Css Color HEX #741098 Dark Magenta

📋 copy color: '#741098'

red 116 ◦ green 16 ◦ blue 152

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

Shades of Dark Magenta #741098

Tints of Dark Magenta #741098

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.63%

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

R = 40.85%
G = 5.63%
B = 53.52%

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

#741098 (or 0x741098) is known color: Dark Magenta. HEX triplet: 74, 10 and 98. RGB value is (116,16,152). Sum of RGB (Red+Green+Blue) = 116+16+152=284 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.85% from 284); Green value is 16 (6.64% from 255 or 5.63% from 284); Blue value is 152 (59.77% from 255 or 53.52% from 284); Max value from RGB is 152 - color contains mainly: blue. Hex color #741098 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741098 is #8BEF67. Grayscale: #3C3C3C. Windows color (decimal): -9170792 or 9965684. OLE color: 9965684.

HSL color Cylindrical-coordinate representation of color #741098: hue angle of 284.12º degrees, saturation: 0.81, 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 #741098 is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 116 16 152 -
CMYK 0.24 0.89 0 0.40
HSL 284.12º 0.81% 0.33% -
HSV(B) 284.12º 0.89% 0.6% -
XYZ 13.06 6.35 30.24 -
YUV 61.4 179.13 166.94 -
System Red Green Blue C M Y K H S L
Decimal 116 16 152 0.24 0.89 0 0.40 284.12 0.81 0.33
Hex 74 10 98 18 59 0 28 11C 51 21
Octal 164 20 230 30 131 0 50 434 121 41
Binary 1110100 10000 10011000 11000 1011001 0 101000 100011100 1010001 100001

Color Harmonies of #741098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741098

Black with #741098

Text Example


Text Example

White with #741098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741098; }

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

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

background-color css

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

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

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

border-color css

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

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

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