Html Css Color HEX #720AA2 Dark Magenta

📋 copy color: '#720AA2'

red 114 ◦ green 10 ◦ blue 162

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

Shades of Dark Magenta #720AA2

Tints of Dark Magenta #720AA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 56.64%

R = 39.86%
G = 3.5%
B = 56.64%

CMYK

 C value IS 0.30

 M value IS 0.94

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#720AA2 (or 0x720AA2) is known color: Dark Magenta. HEX triplet: 72, 0A and A2. RGB value is (114,10,162). Sum of RGB (Red+Green+Blue) = 114+10+162=286 (37% of max value = 765). Red value is 114 (44.92% from 255 or 39.86% from 286); Green value is 10 (4.30% from 255 or 3.50% from 286); Blue value is 162 (63.67% from 255 or 56.64% from 286); Max value from RGB is 162 - color contains mainly: blue. Hex color #720AA2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720AA2 is #8DF55D. Grayscale: #393939. Windows color (decimal): -9303390 or 10619506. OLE color: 10619506.

HSL color Cylindrical-coordinate representation of color #720AA2: hue angle of 281.05º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #720AA2 is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 114 10 162 -
CMYK 0.30 0.94 0 0.36
HSL 281.05º 0.88% 0.34% -
HSV(B) 281.05º 0.94% 0.64% -
XYZ 13.57 6.4 34.7 -
YUV 58.42 186.46 167.64 -
System Red Green Blue C M Y K H S L
Decimal 114 10 162 0.30 0.94 0 0.36 281.05 0.88 0.34
Hex 72 A A2 1E 5E 0 24 119 58 22
Octal 162 12 242 36 136 0 44 431 130 42
Binary 1110010 1010 10100010 11110 1011110 0 100100 100011001 1011000 100010

Color Harmonies of #720AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720AA2

Black with #720AA2

Text Example


Text Example

White with #720AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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