Html Css Color HEX #73049B Dark Magenta

📋 copy color: '#73049B'

red 115 ◦ green 4 ◦ blue 155

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

Shades of Dark Magenta #73049B

Tints of Dark Magenta #73049B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 56.57%

R = 41.97%
G = 1.46%
B = 56.57%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#73049B (or 0x73049B) is known color: Dark Magenta. HEX triplet: 73, 04 and 9B. RGB value is (115,4,155). Sum of RGB (Red+Green+Blue) = 115+4+155=274 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.97% from 274); Green value is 4 (1.95% from 255 or 1.46% from 274); Blue value is 155 (60.94% from 255 or 56.57% from 274); Max value from RGB is 155 - color contains mainly: blue. Hex color #73049B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73049B is #8CFB64. Grayscale: #353535. Windows color (decimal): -9239397 or 10159219. OLE color: 10159219.

HSL color Cylindrical-coordinate representation of color #73049B: hue angle of 284.11º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #73049B is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 115 4 155 -
CMYK 0.26 0.97 0 0.39
HSL 284.11º 0.95% 0.31% -
HSV(B) 284.11º 0.97% 0.61% -
XYZ 13.03 6.1 31.5 -
YUV 54.4 184.77 171.22 -
System Red Green Blue C M Y K H S L
Decimal 115 4 155 0.26 0.97 0 0.39 284.11 0.95 0.31
Hex 73 4 9B 1A 61 0 27 11C 5F 1F
Octal 163 4 233 32 141 0 47 434 137 37
Binary 1110011 100 10011011 11010 1100001 0 100111 100011100 1011111 11111

Color Harmonies of #73049B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73049B

Black with #73049B

Text Example


Text Example

White with #73049B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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