Shades of Dark Magenta #7C069B
Tints of Dark Magenta #7C069B
RGB
CMYK
RGB Variations
Color information
#7C069B (or 0x7C069B) is known color: Dark Magenta. HEX triplet: 7C, 06 and 9B. RGB value is (124,6,155). Sum of RGB (Red+Green+Blue) = 124+6+155=285 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.51% from 285); Green value is 6 (2.73% from 255 or 2.11% from 285); Blue value is 155 (60.94% from 255 or 54.39% from 285); Max value from RGB is 155 - color contains mainly: blue. Hex color #7C069B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C069B is #83F964. Grayscale: #393939. Windows color (decimal): -8649061 or 10159740. OLE color: 10159740.
HSL color Cylindrical-coordinate representation of color #7C069B: hue angle of 287.52º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7C069B is Cyan = 0.2, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 124 | 6 | 155 | - |
| CMYK | 0.2 | 0.96 | 0 | 0.39 |
| HSL | 287.52º | 0.93% | 0.32% | - |
| HSV(B) | 287.52º | 0.96% | 0.61% | - |
| XYZ | 14.29 | 6.78 | 31.57 | - |
| YUV | 58.27 | 182.59 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 6 | 155 | 0.2 | 0.96 | 0 | 0.39 | 287.52 | 0.93 | 0.32 |
| Hex | 7C | 6 | 9B | 14 | 60 | 0 | 27 | 120 | 5D | 20 |
| Octal | 174 | 6 | 233 | 24 | 140 | 0 | 47 | 440 | 135 | 40 |
| Binary | 1111100 | 110 | 10011011 | 10100 | 1100000 | 0 | 100111 | 100100000 | 1011101 | 100000 |
Color Harmonies of #7C069B
Complementary color
Monochromatic Colors of #7C069B
Black with #7C069B
Text Example
Text Example
White with #7C069B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C069B; }
p { color: rgb(124,6,155); }
H1.HeaderClassName
{
color: #7C069B;
}
.AnyTagClassName
{
color: #7C069B;
}
</style>
background-color css
<style>
a { background-color: #7C069B; }
a { background-color: rgb(124,6,155); }
div.DivClassName
{
background-color: #7C069B;
}
.BgClassName
{
background-color: #7C069B;
}
</style>
border-color css
<style>
span { border-color: #7C069B; }
span { border-color: rgb(124,6,155); }
td.TdClassName
{
border-color: #7C069B;
}
.TagClassName
{
border-color: #7C069B;
}
</style>