Shades of Dark Magenta #73069D
Tints of Dark Magenta #73069D
RGB
CMYK
RGB Variations
Color information
#73069D (or 0x73069D) is known color: Dark Magenta. HEX triplet: 73, 06 and 9D. RGB value is (115,6,157). Sum of RGB (Red+Green+Blue) = 115+6+157=278 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.37% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 157 (61.72% from 255 or 56.47% from 278); Max value from RGB is 157 - color contains mainly: blue. Hex color #73069D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73069D is #8CF962. Grayscale: #373737. Windows color (decimal): -9238883 or 10290803. OLE color: 10290803.
HSL color Cylindrical-coordinate representation of color #73069D: hue angle of 283.31º 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 #73069D is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 6 | 157 | - |
| CMYK | 0.27 | 0.96 | 0 | 0.38 |
| HSL | 283.31º | 0.93% | 0.32% | - |
| HSV(B) | 283.31º | 0.96% | 0.62% | - |
| XYZ | 13.22 | 6.21 | 32.4 | - |
| YUV | 55.81 | 185.11 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 6 | 157 | 0.27 | 0.96 | 0 | 0.38 | 283.31 | 0.93 | 0.32 |
| Hex | 73 | 6 | 9D | 1B | 60 | 0 | 26 | 11B | 5D | 20 |
| Octal | 163 | 6 | 235 | 33 | 140 | 0 | 46 | 433 | 135 | 40 |
| Binary | 1110011 | 110 | 10011101 | 11011 | 1100000 | 0 | 100110 | 100011011 | 1011101 | 100000 |
Color Harmonies of #73069D
Complementary color
Monochromatic Colors of #73069D
Black with #73069D
Text Example
Text Example
White with #73069D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73069D; }
p { color: rgb(115,6,157); }
H1.HeaderClassName
{
color: #73069D;
}
.AnyTagClassName
{
color: #73069D;
}
</style>
background-color css
<style>
a { background-color: #73069D; }
a { background-color: rgb(115,6,157); }
div.DivClassName
{
background-color: #73069D;
}
.BgClassName
{
background-color: #73069D;
}
</style>
border-color css
<style>
span { border-color: #73069D; }
span { border-color: rgb(115,6,157); }
td.TdClassName
{
border-color: #73069D;
}
.TagClassName
{
border-color: #73069D;
}
</style>