Shades of Dark Magenta #72069D
Tints of Dark Magenta #72069D
RGB
CMYK
RGB Variations
Color information
#72069D (or 0x72069D) is known color: Dark Magenta. HEX triplet: 72, 06 and 9D. RGB value is (114,6,157). Sum of RGB (Red+Green+Blue) = 114+6+157=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 157 (61.72% from 255 or 56.68% from 277); Max value from RGB is 157 - color contains mainly: blue. Hex color #72069D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72069D is #8DF962. Grayscale: #373737. Windows color (decimal): -9304419 or 10290802. OLE color: 10290802.
HSL color Cylindrical-coordinate representation of color #72069D: hue angle of 282.91º 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 #72069D is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 6 | 157 | - |
| CMYK | 0.27 | 0.96 | 0 | 0.38 |
| HSL | 282.91º | 0.93% | 0.32% | - |
| HSV(B) | 282.91º | 0.96% | 0.62% | - |
| XYZ | 13.09 | 6.14 | 32.39 | - |
| YUV | 55.51 | 185.28 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 6 | 157 | 0.27 | 0.96 | 0 | 0.38 | 282.91 | 0.93 | 0.32 |
| Hex | 72 | 6 | 9D | 1B | 60 | 0 | 26 | 11B | 5D | 20 |
| Octal | 162 | 6 | 235 | 33 | 140 | 0 | 46 | 433 | 135 | 40 |
| Binary | 1110010 | 110 | 10011101 | 11011 | 1100000 | 0 | 100110 | 100011011 | 1011101 | 100000 |
Color Harmonies of #72069D
Complementary color
Monochromatic Colors of #72069D
Black with #72069D
Text Example
Text Example
White with #72069D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72069D; }
p { color: rgb(114,6,157); }
H1.HeaderClassName
{
color: #72069D;
}
.AnyTagClassName
{
color: #72069D;
}
</style>
background-color css
<style>
a { background-color: #72069D; }
a { background-color: rgb(114,6,157); }
div.DivClassName
{
background-color: #72069D;
}
.BgClassName
{
background-color: #72069D;
}
</style>
border-color css
<style>
span { border-color: #72069D; }
span { border-color: rgb(114,6,157); }
td.TdClassName
{
border-color: #72069D;
}
.TagClassName
{
border-color: #72069D;
}
</style>