Html Css Color HEX #720199 Dark Magenta

📋 copy color: '#720199'

red 114 ◦ green 1 ◦ blue 153

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

Shades of Dark Magenta #720199

Tints of Dark Magenta #720199

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

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

R = 42.54%
G = 0.37%
B = 57.09%

CMYK

 C value IS 0.25

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#720199 (or 0x720199) is known color: Dark Magenta. HEX triplet: 72, 01 and 99. RGB value is (114,1,153). Sum of RGB (Red+Green+Blue) = 114+1+153=268 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.54% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 153 (60.16% from 255 or 57.09% from 268); Max value from RGB is 153 - color contains mainly: blue. Hex color #720199 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720199 is #8DFE66. Grayscale: #333333. Windows color (decimal): -9305703 or 10027378. OLE color: 10027378.

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

Color convert

RGB 114 1 153 -
CMYK 0.25 0.99 0 0.4
HSL 284.61º 0.99% 0.3% -
HSV(B) 284.61º 0.99% 0.6% -
XYZ 12.7 5.9 30.61 -
YUV 52.12 184.94 172.14 -
System Red Green Blue C M Y K H S L
Decimal 114 1 153 0.25 0.99 0 0.4 284.61 0.99 0.3
Hex 72 1 99 19 63 0 28 11D 63 1E
Octal 162 1 231 31 143 0 50 435 143 36
Binary 1110010 1 10011001 11001 1100011 0 101000 100011101 1100011 11110

Color Harmonies of #720199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720199

Black with #720199

Text Example


Text Example

White with #720199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720199; }

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

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

background-color css

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

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

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

border-color css

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

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

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