Html Css Color HEX #720999 Dark Magenta

📋 copy color: '#720999'

red 114 ◦ green 9 ◦ blue 153

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

Shades of Dark Magenta #720999

Tints of Dark Magenta #720999

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.26%

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

R = 41.3%
G = 3.26%
B = 55.43%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#720999 (or 0x720999) is known color: Dark Magenta. HEX triplet: 72, 09 and 99. RGB value is (114,9,153). Sum of RGB (Red+Green+Blue) = 114+9+153=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 9 (3.91% from 255 or 3.26% from 276); Blue value is 153 (60.16% from 255 or 55.43% from 276); Max value from RGB is 153 - color contains mainly: blue. Hex color #720999 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720999 is #8DF666. Grayscale: #383838. Windows color (decimal): -9303655 or 10029426. OLE color: 10029426.

HSL color Cylindrical-coordinate representation of color #720999: hue angle of 283.75º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #720999 is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 114 9 153 -
CMYK 0.25 0.94 0 0.4
HSL 283.75º 0.89% 0.32% -
HSV(B) 283.75º 0.94% 0.6% -
XYZ 12.79 6.07 30.64 -
YUV 56.81 182.29 168.79 -
System Red Green Blue C M Y K H S L
Decimal 114 9 153 0.25 0.94 0 0.4 283.75 0.89 0.32
Hex 72 9 99 19 5E 0 28 11C 59 20
Octal 162 11 231 31 136 0 50 434 131 40
Binary 1110010 1001 10011001 11001 1011110 0 101000 100011100 1011001 100000

Color Harmonies of #720999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720999

Black with #720999

Text Example


Text Example

White with #720999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720999; }

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

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

background-color css

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

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

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

border-color css

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

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

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