Html Css Color HEX #73029A Dark Magenta

📋 copy color: '#73029A'

red 115 ◦ green 2 ◦ blue 154

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

Shades of Dark Magenta #73029A

Tints of Dark Magenta #73029A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.74%

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

R = 42.44%
G = 0.74%
B = 56.83%

CMYK

 C value IS 0.25

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#73029A (or 0x73029A) is known color: Dark Magenta. HEX triplet: 73, 02 and 9A. RGB value is (115,2,154). Sum of RGB (Red+Green+Blue) = 115+2+154=271 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.44% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 154 (60.55% from 255 or 56.83% from 271); Max value from RGB is 154 - color contains mainly: blue. Hex color #73029A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73029A is #8CFD65. Grayscale: #343434. Windows color (decimal): -9239910 or 10093171. OLE color: 10093171.

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

Color convert

RGB 115 2 154 -
CMYK 0.25 0.99 0 0.40
HSL 284.61º 0.97% 0.31% -
HSV(B) 284.61º 0.99% 0.6% -
XYZ 12.92 6.02 31.05 -
YUV 53.12 184.94 172.14 -
System Red Green Blue C M Y K H S L
Decimal 115 2 154 0.25 0.99 0 0.40 284.61 0.97 0.31
Hex 73 2 9A 19 63 0 28 11D 61 1F
Octal 163 2 232 31 143 0 50 435 141 37
Binary 1110011 10 10011010 11001 1100011 0 101000 100011101 1100001 11111

Color Harmonies of #73029A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73029A

Black with #73029A

Text Example


Text Example

White with #73029A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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