Html Css Color HEX #721099 Dark Magenta

📋 copy color: '#721099'

red 114 ◦ green 16 ◦ blue 153

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

Shades of Dark Magenta #721099

Tints of Dark Magenta #721099

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.65%

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

R = 40.28%
G = 5.65%
B = 54.06%

CMYK

 C value IS 0.25

 M value IS 0.90

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#721099 (or 0x721099) is known color: Dark Magenta. HEX triplet: 72, 10 and 99. RGB value is (114,16,153). Sum of RGB (Red+Green+Blue) = 114+16+153=283 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.28% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 153 (60.16% from 255 or 54.06% from 283); Max value from RGB is 153 - color contains mainly: blue. Hex color #721099 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721099 is #8DEF66. Grayscale: #3C3C3C. Windows color (decimal): -9301863 or 10031218. OLE color: 10031218.

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

Color convert

RGB 114 16 153 -
CMYK 0.25 0.90 0 0.4
HSL 282.92º 0.81% 0.33% -
HSV(B) 282.92º 0.9% 0.6% -
XYZ 12.87 6.25 30.66 -
YUV 60.92 179.97 165.86 -
System Red Green Blue C M Y K H S L
Decimal 114 16 153 0.25 0.90 0 0.4 282.92 0.81 0.33
Hex 72 10 99 19 5A 0 28 11B 51 21
Octal 162 20 231 31 132 0 50 433 121 41
Binary 1110010 10000 10011001 11001 1011010 0 101000 100011011 1010001 100001

Color Harmonies of #721099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721099

Black with #721099

Text Example


Text Example

White with #721099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721099; }

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

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

background-color css

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

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

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

border-color css

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

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

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