Html Css Color HEX #73039F Dark Magenta

📋 copy color: '#73039F'

red 115 ◦ green 3 ◦ blue 159

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

Shades of Dark Magenta #73039F

Tints of Dark Magenta #73039F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 57.4%

R = 41.52%
G = 1.08%
B = 57.4%

CMYK

 C value IS 0.28

 M value IS 0.98

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#73039F (or 0x73039F) is known color: Dark Magenta. HEX triplet: 73, 03 and 9F. RGB value is (115,3,159). Sum of RGB (Red+Green+Blue) = 115+3+159=277 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.52% from 277); Green value is 3 (1.56% from 255 or 1.08% from 277); Blue value is 159 (62.5% from 255 or 57.40% from 277); Max value from RGB is 159 - color contains mainly: blue. Hex color #73039F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73039F is #8CFC60. Grayscale: #353535. Windows color (decimal): -9239649 or 10421107. OLE color: 10421107.

HSL color Cylindrical-coordinate representation of color #73039F: hue angle of 283.08º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #73039F is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 115 3 159 -
CMYK 0.28 0.98 0 0.38
HSL 283.08º 0.96% 0.32% -
HSV(B) 283.08º 0.98% 0.62% -
XYZ 13.36 6.21 33.3 -
YUV 54.27 187.11 171.32 -
System Red Green Blue C M Y K H S L
Decimal 115 3 159 0.28 0.98 0 0.38 283.08 0.96 0.32
Hex 73 3 9F 1C 62 0 26 11B 60 20
Octal 163 3 237 34 142 0 46 433 140 40
Binary 1110011 11 10011111 11100 1100010 0 100110 100011011 1100000 100000

Color Harmonies of #73039F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73039F

Black with #73039F

Text Example


Text Example

White with #73039F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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