Html Css Color HEX #72119A Dark Magenta

📋 copy color: '#72119A'

red 114 ◦ green 17 ◦ blue 154

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

Shades of Dark Magenta #72119A

Tints of Dark Magenta #72119A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.96%

 BLUE value IS 154 (60.55% from 255) = 54.04%

R = 40%
G = 5.96%
B = 54.04%

CMYK

 C value IS 0.26

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#72119A (or 0x72119A) is known color: Dark Magenta. HEX triplet: 72, 11 and 9A. RGB value is (114,17,154). Sum of RGB (Red+Green+Blue) = 114+17+154=285 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 154 (60.55% from 255 or 54.04% from 285); Max value from RGB is 154 - color contains mainly: blue. Hex color #72119A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72119A is #8DEE65. Grayscale: #3D3D3D. Windows color (decimal): -9301606 or 10097010. OLE color: 10097010.

HSL color Cylindrical-coordinate representation of color #72119A: hue angle of 282.48º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #72119A is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 114 17 154 -
CMYK 0.26 0.89 0 0.40
HSL 282.48º 0.8% 0.34% -
HSV(B) 282.48º 0.89% 0.6% -
XYZ 12.97 6.31 31.11 -
YUV 61.62 180.14 165.36 -
System Red Green Blue C M Y K H S L
Decimal 114 17 154 0.26 0.89 0 0.40 282.48 0.8 0.34
Hex 72 11 9A 1A 59 0 28 11A 50 22
Octal 162 21 232 32 131 0 50 432 120 42
Binary 1110010 10001 10011010 11010 1011001 0 101000 100011010 1010000 100010

Color Harmonies of #72119A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72119A

Black with #72119A

Text Example


Text Example

White with #72119A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72119A; }

 p { color: rgb(114,17,154); }

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

background-color css

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

 a { background-color: rgb(114,17,154); }

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

border-color css

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

 span { border-color: rgb(114,17,154); }

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