Html Css Color HEX #73029D Dark Magenta

📋 copy color: '#73029D'

red 115 ◦ green 2 ◦ blue 157

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

Shades of Dark Magenta #73029D

Tints of Dark Magenta #73029D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 57.3%

R = 41.97%
G = 0.73%
B = 57.3%

CMYK

 C value IS 0.27

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#73029D (or 0x73029D) is known color: Dark Magenta. HEX triplet: 73, 02 and 9D. RGB value is (115,2,157). Sum of RGB (Red+Green+Blue) = 115+2+157=274 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.97% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 157 (61.72% from 255 or 57.30% from 274); Max value from RGB is 157 - color contains mainly: blue. Hex color #73029D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73029D is #8CFD62. Grayscale: #343434. Windows color (decimal): -9239907 or 10289779. OLE color: 10289779.

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

Color convert

RGB 115 2 157 -
CMYK 0.27 0.99 0 0.38
HSL 283.74º 0.97% 0.31% -
HSV(B) 283.74º 0.99% 0.62% -
XYZ 13.18 6.12 32.39 -
YUV 53.46 186.44 171.9 -
System Red Green Blue C M Y K H S L
Decimal 115 2 157 0.27 0.99 0 0.38 283.74 0.97 0.31
Hex 73 2 9D 1B 63 0 26 11C 61 1F
Octal 163 2 235 33 143 0 46 434 141 37
Binary 1110011 10 10011101 11011 1100011 0 100110 100011100 1100001 11111

Color Harmonies of #73029D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73029D

Black with #73029D

Text Example


Text Example

White with #73029D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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