Html Css Color HEX #73059A Dark Magenta

📋 copy color: '#73059A'

red 115 ◦ green 5 ◦ blue 154

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

Shades of Dark Magenta #73059A

Tints of Dark Magenta #73059A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 56.2%

R = 41.97%
G = 1.82%
B = 56.2%

CMYK

 C value IS 0.25

 M value IS 0.97

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#73059A (or 0x73059A) is known color: Dark Magenta. HEX triplet: 73, 05 and 9A. RGB value is (115,5,154). Sum of RGB (Red+Green+Blue) = 115+5+154=274 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.97% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 154 (60.55% from 255 or 56.20% from 274); Max value from RGB is 154 - color contains mainly: blue. Hex color #73059A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73059A is #8CFA65. Grayscale: #363636. Windows color (decimal): -9239142 or 10093939. OLE color: 10093939.

HSL color Cylindrical-coordinate representation of color #73059A: hue angle of 284.3º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #73059A is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 115 5 154 -
CMYK 0.25 0.97 0 0.40
HSL 284.3º 0.94% 0.31% -
HSV(B) 284.3º 0.97% 0.6% -
XYZ 12.96 6.09 31.06 -
YUV 54.88 183.94 170.88 -
System Red Green Blue C M Y K H S L
Decimal 115 5 154 0.25 0.97 0 0.40 284.3 0.94 0.31
Hex 73 5 9A 19 61 0 28 11C 5E 1F
Octal 163 5 232 31 141 0 50 434 136 37
Binary 1110011 101 10011010 11001 1100001 0 101000 100011100 1011110 11111

Color Harmonies of #73059A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73059A

Black with #73059A

Text Example


Text Example

White with #73059A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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