Html Css Color HEX #73049D Dark Magenta

📋 copy color: '#73049D'

red 115 ◦ green 4 ◦ blue 157

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

Shades of Dark Magenta #73049D

Tints of Dark Magenta #73049D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.45%

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

R = 41.67%
G = 1.45%
B = 56.88%

CMYK

 C value IS 0.27

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#73049D (or 0x73049D) is known color: Dark Magenta. HEX triplet: 73, 04 and 9D. RGB value is (115,4,157). Sum of RGB (Red+Green+Blue) = 115+4+157=276 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.67% from 276); Green value is 4 (1.95% from 255 or 1.45% from 276); Blue value is 157 (61.72% from 255 or 56.88% from 276); Max value from RGB is 157 - color contains mainly: blue. Hex color #73049D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73049D is #8CFB62. Grayscale: #363636. Windows color (decimal): -9239395 or 10290291. OLE color: 10290291.

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

Color convert

RGB 115 4 157 -
CMYK 0.27 0.97 0 0.38
HSL 283.53º 0.95% 0.32% -
HSV(B) 283.53º 0.97% 0.62% -
XYZ 13.2 6.17 32.39 -
YUV 54.63 185.77 171.06 -
System Red Green Blue C M Y K H S L
Decimal 115 4 157 0.27 0.97 0 0.38 283.53 0.95 0.32
Hex 73 4 9D 1B 61 0 26 11C 5F 20
Octal 163 4 235 33 141 0 46 434 137 40
Binary 1110011 100 10011101 11011 1100001 0 100110 100011100 1011111 100000

Color Harmonies of #73049D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73049D

Black with #73049D

Text Example


Text Example

White with #73049D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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