Html Css Color HEX #73119D Dark Magenta

📋 copy color: '#73119D'

red 115 ◦ green 17 ◦ blue 157

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

Shades of Dark Magenta #73119D

Tints of Dark Magenta #73119D

RGB

 RED value IS 115 (45.31% from 255) = 39.79%

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

 BLUE value IS 157 (61.72% from 255) = 54.33%

R = 39.79%
G = 5.88%
B = 54.33%

CMYK

 C value IS 0.27

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#73119D (or 0x73119D) is known color: Dark Magenta. HEX triplet: 73, 11 and 9D. RGB value is (115,17,157). Sum of RGB (Red+Green+Blue) = 115+17+157=289 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.79% from 289); Green value is 17 (7.03% from 255 or 5.88% from 289); Blue value is 157 (61.72% from 255 or 54.33% from 289); Max value from RGB is 157 - color contains mainly: blue. Hex color #73119D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73119D is #8CEE62. Grayscale: #3D3D3D. Windows color (decimal): -9236067 or 10293619. OLE color: 10293619.

HSL color Cylindrical-coordinate representation of color #73119D: hue angle of 282º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #73119D is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 115 17 157 -
CMYK 0.27 0.89 0 0.38
HSL 282º 0.8% 0.34% -
HSV(B) 282º 0.89% 0.62% -
XYZ 13.36 6.48 32.45 -
YUV 62.26 181.47 165.62 -
System Red Green Blue C M Y K H S L
Decimal 115 17 157 0.27 0.89 0 0.38 282 0.8 0.34
Hex 73 11 9D 1B 59 0 26 11A 50 22
Octal 163 21 235 33 131 0 46 432 120 42
Binary 1110011 10001 10011101 11011 1011001 0 100110 100011010 1010000 100010

Color Harmonies of #73119D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73119D

Black with #73119D

Text Example


Text Example

White with #73119D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73119D; }

 p { color: rgb(115,17,157); }

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

background-color css

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

 a { background-color: rgb(115,17,157); }

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

border-color css

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

 span { border-color: rgb(115,17,157); }

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