Html Css Color HEX #720899 Dark Magenta

📋 copy color: '#720899'

red 114 ◦ green 8 ◦ blue 153

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

Shades of Dark Magenta #720899

Tints of Dark Magenta #720899

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.91%

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

R = 41.45%
G = 2.91%
B = 55.64%

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

#720899 (or 0x720899) is known color: Dark Magenta. HEX triplet: 72, 08 and 99. RGB value is (114,8,153). Sum of RGB (Red+Green+Blue) = 114+8+153=275 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.45% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 153 (60.16% from 255 or 55.64% from 275); Max value from RGB is 153 - color contains mainly: blue. Hex color #720899 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720899 is #8DF766. Grayscale: #373737. Windows color (decimal): -9303911 or 10029170. OLE color: 10029170.

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

Color convert

RGB 114 8 153 -
CMYK 0.25 0.95 0 0.4
HSL 283.86º 0.9% 0.32% -
HSV(B) 283.86º 0.95% 0.6% -
XYZ 12.78 6.05 30.63 -
YUV 56.22 182.62 169.21 -
System Red Green Blue C M Y K H S L
Decimal 114 8 153 0.25 0.95 0 0.4 283.86 0.9 0.32
Hex 72 8 99 19 5F 0 28 11C 5A 20
Octal 162 10 231 31 137 0 50 434 132 40
Binary 1110010 1000 10011001 11001 1011111 0 101000 100011100 1011010 100000

Color Harmonies of #720899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720899

Black with #720899

Text Example


Text Example

White with #720899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720899; }

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

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

background-color css

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

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

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

border-color css

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

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

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