Html Css Color HEX #73059E Dark Magenta

📋 copy color: '#73059E'

red 115 ◦ green 5 ◦ blue 158

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

Shades of Dark Magenta #73059E

Tints of Dark Magenta #73059E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 56.83%

R = 41.37%
G = 1.8%
B = 56.83%

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

#73059E (or 0x73059E) is known color: Dark Magenta. HEX triplet: 73, 05 and 9E. RGB value is (115,5,158). Sum of RGB (Red+Green+Blue) = 115+5+158=278 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.37% from 278); Green value is 5 (2.34% from 255 or 1.80% from 278); Blue value is 158 (62.11% from 255 or 56.83% from 278); Max value from RGB is 158 - color contains mainly: blue. Hex color #73059E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73059E is #8CFA61. Grayscale: #363636. Windows color (decimal): -9239138 or 10356083. OLE color: 10356083.

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

Color convert

RGB 115 5 158 -
CMYK 0.27 0.97 0 0.38
HSL 283.14º 0.94% 0.32% -
HSV(B) 283.14º 0.97% 0.62% -
XYZ 13.3 6.22 32.85 -
YUV 55.33 185.94 170.56 -
System Red Green Blue C M Y K H S L
Decimal 115 5 158 0.27 0.97 0 0.38 283.14 0.94 0.32
Hex 73 5 9E 1B 61 0 26 11B 5E 20
Octal 163 5 236 33 141 0 46 433 136 40
Binary 1110011 101 10011110 11011 1100001 0 100110 100011011 1011110 100000

Color Harmonies of #73059E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73059E

Black with #73059E

Text Example


Text Example

White with #73059E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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