Html Css Color HEX #720AA0 Dark Magenta

📋 copy color: '#720AA0'

red 114 ◦ green 10 ◦ blue 160

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

Shades of Dark Magenta #720AA0

Tints of Dark Magenta #720AA0

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.52%

 BLUE value IS 160 (62.89% from 255) = 56.34%

R = 40.14%
G = 3.52%
B = 56.34%

CMYK

 C value IS 0.29

 M value IS 0.94

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#720AA0 (or 0x720AA0) is known color: Dark Magenta. HEX triplet: 72, 0A and A0. RGB value is (114,10,160). Sum of RGB (Red+Green+Blue) = 114+10+160=284 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.14% from 284); Green value is 10 (4.30% from 255 or 3.52% from 284); Blue value is 160 (62.89% from 255 or 56.34% from 284); Max value from RGB is 160 - color contains mainly: blue. Hex color #720AA0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720AA0 is #8DF55F. Grayscale: #393939. Windows color (decimal): -9303392 or 10488434. OLE color: 10488434.

HSL color Cylindrical-coordinate representation of color #720AA0: hue angle of 281.6º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #720AA0 is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 114 10 160 -
CMYK 0.29 0.94 0 0.37
HSL 281.6º 0.88% 0.33% -
HSV(B) 281.6º 0.94% 0.63% -
XYZ 13.39 6.33 33.77 -
YUV 58.2 185.46 167.8 -
System Red Green Blue C M Y K H S L
Decimal 114 10 160 0.29 0.94 0 0.37 281.6 0.88 0.33
Hex 72 A A0 1D 5E 0 25 11A 58 21
Octal 162 12 240 35 136 0 45 432 130 41
Binary 1110010 1010 10100000 11101 1011110 0 100101 100011010 1011000 100001

Color Harmonies of #720AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720AA0

Black with #720AA0

Text Example


Text Example

White with #720AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,10,160); }

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

background-color css

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

 a { background-color: rgb(114,10,160); }

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

border-color css

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

 span { border-color: rgb(114,10,160); }

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