Shades of Dark Magenta #7F06A3
Tints of Dark Magenta #7F06A3
RGB
CMYK
RGB Variations
Color information
#7F06A3 (or 0x7F06A3) is known color: Dark Magenta. HEX triplet: 7F, 06 and A3. RGB value is (127,6,163). Sum of RGB (Red+Green+Blue) = 127+6+163=296 (39% of max value = 765). Red value is 127 (50% from 255 or 42.91% from 296); Green value is 6 (2.73% from 255 or 2.03% from 296); Blue value is 163 (64.06% from 255 or 55.07% from 296); Max value from RGB is 163 - color contains mainly: blue. Hex color #7F06A3 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F06A3 is #80F95C. Grayscale: #3B3B3B. Windows color (decimal): -8452445 or 10684031. OLE color: 10684031.
HSL color Cylindrical-coordinate representation of color #7F06A3: hue angle of 286.24º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7F06A3 is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 127 | 6 | 163 | - |
| CMYK | 0.22 | 0.96 | 0 | 0.36 |
| HSL | 286.24º | 0.93% | 0.33% | - |
| HSV(B) | 286.24º | 0.96% | 0.64% | - |
| XYZ | 15.43 | 7.29 | 35.24 | - |
| YUV | 60.08 | 186.09 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 6 | 163 | 0.22 | 0.96 | 0 | 0.36 | 286.24 | 0.93 | 0.33 |
| Hex | 7F | 6 | A3 | 16 | 60 | 0 | 24 | 11E | 5D | 21 |
| Octal | 177 | 6 | 243 | 26 | 140 | 0 | 44 | 436 | 135 | 41 |
| Binary | 1111111 | 110 | 10100011 | 10110 | 1100000 | 0 | 100100 | 100011110 | 1011101 | 100001 |
Color Harmonies of #7F06A3
Complementary color
Monochromatic Colors of #7F06A3
Black with #7F06A3
Text Example
Text Example
White with #7F06A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F06A3; }
p { color: rgb(127,6,163); }
H1.HeaderClassName
{
color: #7F06A3;
}
.AnyTagClassName
{
color: #7F06A3;
}
</style>
background-color css
<style>
a { background-color: #7F06A3; }
a { background-color: rgb(127,6,163); }
div.DivClassName
{
background-color: #7F06A3;
}
.BgClassName
{
background-color: #7F06A3;
}
</style>
border-color css
<style>
span { border-color: #7F06A3; }
span { border-color: rgb(127,6,163); }
td.TdClassName
{
border-color: #7F06A3;
}
.TagClassName
{
border-color: #7F06A3;
}
</style>