Html Css Color HEX #720799 Dark Magenta

📋 copy color: '#720799'

red 114 ◦ green 7 ◦ blue 153

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

Shades of Dark Magenta #720799

Tints of Dark Magenta #720799

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.55%

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

R = 41.61%
G = 2.55%
B = 55.84%

CMYK

 C value IS 0.25

 M value IS 0.95

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#720799 (or 0x720799) is known color: Dark Magenta. HEX triplet: 72, 07 and 99. RGB value is (114,7,153). Sum of RGB (Red+Green+Blue) = 114+7+153=274 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.61% from 274); Green value is 7 (3.12% from 255 or 2.55% from 274); Blue value is 153 (60.16% from 255 or 55.84% from 274); Max value from RGB is 153 - color contains mainly: blue. Hex color #720799 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720799 is #8DF866. Grayscale: #373737. Windows color (decimal): -9304167 or 10028914. OLE color: 10028914.

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

Color convert

RGB 114 7 153 -
CMYK 0.25 0.95 0 0.4
HSL 283.97º 0.91% 0.31% -
HSV(B) 283.97º 0.95% 0.6% -
XYZ 12.77 6.03 30.63 -
YUV 55.64 182.95 169.63 -
System Red Green Blue C M Y K H S L
Decimal 114 7 153 0.25 0.95 0 0.4 283.97 0.91 0.31
Hex 72 7 99 19 5F 0 28 11C 5B 1F
Octal 162 7 231 31 137 0 50 434 133 37
Binary 1110010 111 10011001 11001 1011111 0 101000 100011100 1011011 11111

Color Harmonies of #720799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720799

Black with #720799

Text Example


Text Example

White with #720799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720799; }

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

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

background-color css

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

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

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

border-color css

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

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

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