Shades of Dark Magenta #73069F
Tints of Dark Magenta #73069F
RGB
CMYK
RGB Variations
Color information
#73069F (or 0x73069F) is known color: Dark Magenta. HEX triplet: 73, 06 and 9F. RGB value is (115,6,159). Sum of RGB (Red+Green+Blue) = 115+6+159=280 (37% of max value = 765). Red value is 115 (45.31% from 255 or 41.07% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 159 (62.5% from 255 or 56.79% from 280); Max value from RGB is 159 - color contains mainly: blue. Hex color #73069F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73069F is #8CF960. Grayscale: #373737. Windows color (decimal): -9238881 or 10421875. OLE color: 10421875.
HSL color Cylindrical-coordinate representation of color #73069F: hue angle of 282.75º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #73069F is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 6 | 159 | - |
| CMYK | 0.28 | 0.96 | 0 | 0.38 |
| HSL | 282.75º | 0.93% | 0.32% | - |
| HSV(B) | 282.75º | 0.96% | 0.62% | - |
| XYZ | 13.39 | 6.28 | 33.31 | - |
| YUV | 56.03 | 186.11 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 6 | 159 | 0.28 | 0.96 | 0 | 0.38 | 282.75 | 0.93 | 0.32 |
| Hex | 73 | 6 | 9F | 1C | 60 | 0 | 26 | 11B | 5D | 20 |
| Octal | 163 | 6 | 237 | 34 | 140 | 0 | 46 | 433 | 135 | 40 |
| Binary | 1110011 | 110 | 10011111 | 11100 | 1100000 | 0 | 100110 | 100011011 | 1011101 | 100000 |
Color Harmonies of #73069F
Complementary color
Monochromatic Colors of #73069F
Black with #73069F
Text Example
Text Example
White with #73069F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73069F; }
p { color: rgb(115,6,159); }
H1.HeaderClassName
{
color: #73069F;
}
.AnyTagClassName
{
color: #73069F;
}
</style>
background-color css
<style>
a { background-color: #73069F; }
a { background-color: rgb(115,6,159); }
div.DivClassName
{
background-color: #73069F;
}
.BgClassName
{
background-color: #73069F;
}
</style>
border-color css
<style>
span { border-color: #73069F; }
span { border-color: rgb(115,6,159); }
td.TdClassName
{
border-color: #73069F;
}
.TagClassName
{
border-color: #73069F;
}
</style>