Html Css Color HEX #740299 Dark Magenta

📋 copy color: '#740299'

red 116 ◦ green 2 ◦ blue 153

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

Shades of Dark Magenta #740299

Tints of Dark Magenta #740299

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.74%

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

R = 42.8%
G = 0.74%
B = 56.46%

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

#740299 (or 0x740299) is known color: Dark Magenta. HEX triplet: 74, 02 and 99. RGB value is (116,2,153). Sum of RGB (Red+Green+Blue) = 116+2+153=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 153 (60.16% from 255 or 56.46% from 271); Max value from RGB is 153 - color contains mainly: blue. Hex color #740299 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740299 is #8BFD66. Grayscale: #343434. Windows color (decimal): -9174375 or 10027636. OLE color: 10027636.

HSL color Cylindrical-coordinate representation of color #740299: hue angle of 285.3º degrees, saturation: 0.97, 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 #740299 is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 116 2 153 -
CMYK 0.24 0.99 0 0.4
HSL 285.3º 0.97% 0.3% -
HSV(B) 285.3º 0.99% 0.6% -
XYZ 12.97 6.06 30.62 -
YUV 53.3 184.27 172.72 -
System Red Green Blue C M Y K H S L
Decimal 116 2 153 0.24 0.99 0 0.4 285.3 0.97 0.3
Hex 74 2 99 18 63 0 28 11D 61 1E
Octal 164 2 231 30 143 0 50 435 141 36
Binary 1110100 10 10011001 11000 1100011 0 101000 100011101 1100001 11110

Color Harmonies of #740299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740299

Black with #740299

Text Example


Text Example

White with #740299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740299; }

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

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

background-color css

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

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

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

border-color css

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

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

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