Html Css Color HEX #740199 Dark Magenta

📋 copy color: '#740199'

red 116 ◦ green 1 ◦ blue 153

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

Shades of Dark Magenta #740199

Tints of Dark Magenta #740199

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

 BLUE value IS 153 (60.16% from 255) = 56.67%

R = 42.96%
G = 0.37%
B = 56.67%

CMYK

 C value IS 0.24

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#740199 (or 0x740199) is known color: Dark Magenta. HEX triplet: 74, 01 and 99. RGB value is (116,1,153). Sum of RGB (Red+Green+Blue) = 116+1+153=270 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.96% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 153 (60.16% from 255 or 56.67% from 270); Max value from RGB is 153 - color contains mainly: blue. Hex color #740199 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740199 is #8BFE66. Grayscale: #343434. Windows color (decimal): -9174631 or 10027380. OLE color: 10027380.

HSL color Cylindrical-coordinate representation of color #740199: hue angle of 285.39º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #740199 is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 116 1 153 -
CMYK 0.24 0.99 0 0.4
HSL 285.39º 0.99% 0.3% -
HSV(B) 285.39º 0.99% 0.6% -
XYZ 12.96 6.03 30.62 -
YUV 52.71 184.6 173.14 -
System Red Green Blue C M Y K H S L
Decimal 116 1 153 0.24 0.99 0 0.4 285.39 0.99 0.3
Hex 74 1 99 18 63 0 28 11D 63 1E
Octal 164 1 231 30 143 0 50 435 143 36
Binary 1110100 1 10011001 11000 1100011 0 101000 100011101 1100011 11110

Color Harmonies of #740199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740199

Black with #740199

Text Example


Text Example

White with #740199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740199; }

 p { color: rgb(116,1,153); }

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

background-color css

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

 a { background-color: rgb(116,1,153); }

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

border-color css

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

 span { border-color: rgb(116,1,153); }

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