Html Css Color HEX #720E99 Dark Magenta

📋 copy color: '#720E99'

red 114 ◦ green 14 ◦ blue 153

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

Shades of Dark Magenta #720E99

Tints of Dark Magenta #720E99

RGB

 RED value IS 114 (44.92% from 255) = 40.57%

 GREEN value IS 14 (5.86% from 255) = 4.98%

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

R = 40.57%
G = 4.98%
B = 54.45%

CMYK

 C value IS 0.25

 M value IS 0.91

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#720E99 (or 0x720E99) is known color: Dark Magenta. HEX triplet: 72, 0E and 99. RGB value is (114,14,153). Sum of RGB (Red+Green+Blue) = 114+14+153=281 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.57% from 281); Green value is 14 (5.86% from 255 or 4.98% from 281); Blue value is 153 (60.16% from 255 or 54.45% from 281); Max value from RGB is 153 - color contains mainly: blue. Hex color #720E99 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720E99 is #8DF166. Grayscale: #3B3B3B. Windows color (decimal): -9302375 or 10030706. OLE color: 10030706.

HSL color Cylindrical-coordinate representation of color #720E99: hue angle of 283.17º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #720E99 is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 114 14 153 -
CMYK 0.25 0.91 0 0.4
HSL 283.17º 0.83% 0.33% -
HSV(B) 283.17º 0.91% 0.6% -
XYZ 12.85 6.19 30.65 -
YUV 59.75 180.63 166.7 -
System Red Green Blue C M Y K H S L
Decimal 114 14 153 0.25 0.91 0 0.4 283.17 0.83 0.33
Hex 72 E 99 19 5B 0 28 11B 53 21
Octal 162 16 231 31 133 0 50 433 123 41
Binary 1110010 1110 10011001 11001 1011011 0 101000 100011011 1010011 100001

Color Harmonies of #720E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720E99

Black with #720E99

Text Example


Text Example

White with #720E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720E99; }

 p { color: rgb(114,14,153); }

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

background-color css

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

 a { background-color: rgb(114,14,153); }

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

border-color css

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

 span { border-color: rgb(114,14,153); }

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