Shades of Dark Magenta #73029B
Tints of Dark Magenta #73029B
RGB
CMYK
RGB Variations
Color information
#73029B (or 0x73029B) is known color: Dark Magenta. HEX triplet: 73, 02 and 9B. RGB value is (115,2,155). Sum of RGB (Red+Green+Blue) = 115+2+155=272 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.28% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 155 (60.94% from 255 or 56.99% from 272); Max value from RGB is 155 - color contains mainly: blue. Hex color #73029B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73029B is #8CFD64. Grayscale: #343434. Windows color (decimal): -9239909 or 10158707. OLE color: 10158707.
HSL color Cylindrical-coordinate representation of color #73029B: hue angle of 284.31º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #73029B is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 115 | 2 | 155 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.39 |
| HSL | 284.31º | 0.97% | 0.31% | - |
| HSV(B) | 284.31º | 0.99% | 0.61% | - |
| XYZ | 13.01 | 6.05 | 31.49 | - |
| YUV | 53.23 | 185.44 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 2 | 155 | 0.26 | 0.99 | 0 | 0.39 | 284.31 | 0.97 | 0.31 |
| Hex | 73 | 2 | 9B | 1A | 63 | 0 | 27 | 11C | 61 | 1F |
| Octal | 163 | 2 | 233 | 32 | 143 | 0 | 47 | 434 | 141 | 37 |
| Binary | 1110011 | 10 | 10011011 | 11010 | 1100011 | 0 | 100111 | 100011100 | 1100001 | 11111 |
Color Harmonies of #73029B
Complementary color
Monochromatic Colors of #73029B
Black with #73029B
Text Example
Text Example
White with #73029B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73029B; }
p { color: rgb(115,2,155); }
H1.HeaderClassName
{
color: #73029B;
}
.AnyTagClassName
{
color: #73029B;
}
</style>
background-color css
<style>
a { background-color: #73029B; }
a { background-color: rgb(115,2,155); }
div.DivClassName
{
background-color: #73029B;
}
.BgClassName
{
background-color: #73029B;
}
</style>
border-color css
<style>
span { border-color: #73029B; }
span { border-color: rgb(115,2,155); }
td.TdClassName
{
border-color: #73029B;
}
.TagClassName
{
border-color: #73029B;
}
</style>