Html Css Color HEX #720E9B Dark Magenta

📋 copy color: '#720E9B'

red 114 ◦ green 14 ◦ blue 155

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

Shades of Dark Magenta #720E9B

Tints of Dark Magenta #720E9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 54.77%

R = 40.28%
G = 4.95%
B = 54.77%

CMYK

 C value IS 0.26

 M value IS 0.91

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#720E9B (or 0x720E9B) is known color: Dark Magenta. HEX triplet: 72, 0E and 9B. RGB value is (114,14,155). Sum of RGB (Red+Green+Blue) = 114+14+155=283 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.28% from 283); Green value is 14 (5.86% from 255 or 4.95% from 283); Blue value is 155 (60.94% from 255 or 54.77% from 283); Max value from RGB is 155 - color contains mainly: blue. Hex color #720E9B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720E9B is #8DF164. Grayscale: #3B3B3B. Windows color (decimal): -9302373 or 10161778. OLE color: 10161778.

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

Color convert

RGB 114 14 155 -
CMYK 0.26 0.91 0 0.39
HSL 282.55º 0.83% 0.33% -
HSV(B) 282.55º 0.91% 0.61% -
XYZ 13.01 6.26 31.53 -
YUV 59.97 181.63 166.54 -
System Red Green Blue C M Y K H S L
Decimal 114 14 155 0.26 0.91 0 0.39 282.55 0.83 0.33
Hex 72 E 9B 1A 5B 0 27 11B 53 21
Octal 162 16 233 32 133 0 47 433 123 41
Binary 1110010 1110 10011011 11010 1011011 0 100111 100011011 1010011 100001

Color Harmonies of #720E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720E9B

Black with #720E9B

Text Example


Text Example

White with #720E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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