Html Css Color HEX #73059F Dark Magenta

📋 copy color: '#73059F'

red 115 ◦ green 5 ◦ blue 159

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

Shades of Dark Magenta #73059F

Tints of Dark Magenta #73059F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.79%

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

R = 41.22%
G = 1.79%
B = 56.99%

CMYK

 C value IS 0.28

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#73059F (or 0x73059F) is known color: Dark Magenta. HEX triplet: 73, 05 and 9F. RGB value is (115,5,159). Sum of RGB (Red+Green+Blue) = 115+5+159=279 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.22% from 279); Green value is 5 (2.34% from 255 or 1.79% from 279); Blue value is 159 (62.5% from 255 or 56.99% from 279); Max value from RGB is 159 - color contains mainly: blue. Hex color #73059F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73059F is #8CFA60. Grayscale: #363636. Windows color (decimal): -9239137 or 10421619. OLE color: 10421619.

HSL color Cylindrical-coordinate representation of color #73059F: hue angle of 282.86º degrees, saturation: 0.94, 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 #73059F is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 115 5 159 -
CMYK 0.28 0.97 0 0.38
HSL 282.86º 0.94% 0.32% -
HSV(B) 282.86º 0.97% 0.62% -
XYZ 13.38 6.26 33.3 -
YUV 55.45 186.44 170.48 -
System Red Green Blue C M Y K H S L
Decimal 115 5 159 0.28 0.97 0 0.38 282.86 0.94 0.32
Hex 73 5 9F 1C 61 0 26 11B 5E 20
Octal 163 5 237 34 141 0 46 433 136 40
Binary 1110011 101 10011111 11100 1100001 0 100110 100011011 1011110 100000

Color Harmonies of #73059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73059F

Black with #73059F

Text Example


Text Example

White with #73059F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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