Html Css Color HEX #73039B Dark Magenta

📋 copy color: '#73039B'

red 115 ◦ green 3 ◦ blue 155

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

Shades of Dark Magenta #73039B

Tints of Dark Magenta #73039B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.1%

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

R = 42.12%
G = 1.1%
B = 56.78%

CMYK

 C value IS 0.26

 M value IS 0.98

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#73039B (or 0x73039B) is known color: Dark Magenta. HEX triplet: 73, 03 and 9B. RGB value is (115,3,155). Sum of RGB (Red+Green+Blue) = 115+3+155=273 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.12% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 155 (60.94% from 255 or 56.78% from 273); Max value from RGB is 155 - color contains mainly: blue. Hex color #73039B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73039B is #8CFC64. Grayscale: #353535. Windows color (decimal): -9239653 or 10158963. OLE color: 10158963.

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

Color convert

RGB 115 3 155 -
CMYK 0.26 0.98 0 0.39
HSL 284.21º 0.96% 0.31% -
HSV(B) 284.21º 0.98% 0.61% -
XYZ 13.02 6.08 31.5 -
YUV 53.82 185.11 171.64 -
System Red Green Blue C M Y K H S L
Decimal 115 3 155 0.26 0.98 0 0.39 284.21 0.96 0.31
Hex 73 3 9B 1A 62 0 27 11C 60 1F
Octal 163 3 233 32 142 0 47 434 140 37
Binary 1110011 11 10011011 11010 1100010 0 100111 100011100 1100000 11111

Color Harmonies of #73039B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73039B

Black with #73039B

Text Example


Text Example

White with #73039B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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