Html Css Color HEX #73029F Dark Magenta

📋 copy color: '#73029F'

red 115 ◦ green 2 ◦ blue 159

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

Shades of Dark Magenta #73029F

Tints of Dark Magenta #73029F

RGB

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

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

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

R = 41.67%
G = 0.72%
B = 57.61%

CMYK

 C value IS 0.28

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#73029F (or 0x73029F) is known color: Dark Magenta. HEX triplet: 73, 02 and 9F. RGB value is (115,2,159). Sum of RGB (Red+Green+Blue) = 115+2+159=276 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.67% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 159 (62.5% from 255 or 57.61% from 276); Max value from RGB is 159 - color contains mainly: blue. Hex color #73029F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73029F is #8CFD60. Grayscale: #353535. Windows color (decimal): -9239905 or 10420851. OLE color: 10420851.

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

Color convert

RGB 115 2 159 -
CMYK 0.28 0.99 0 0.38
HSL 283.18º 0.98% 0.32% -
HSV(B) 283.18º 0.99% 0.62% -
XYZ 13.35 6.19 33.29 -
YUV 53.69 187.44 171.73 -
System Red Green Blue C M Y K H S L
Decimal 115 2 159 0.28 0.99 0 0.38 283.18 0.98 0.32
Hex 73 2 9F 1C 63 0 26 11B 62 20
Octal 163 2 237 34 143 0 46 433 142 40
Binary 1110011 10 10011111 11100 1100011 0 100110 100011011 1100010 100000

Color Harmonies of #73029F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73029F

Black with #73029F

Text Example


Text Example

White with #73029F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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