Shades of Dark Magenta #6F00AA
Tints of Dark Magenta #6F00AA
RGB
CMYK
RGB Variations
Color information
#6F00AA (or 0x6F00AA) is known color: Dark Magenta. HEX triplet: 6F, 00 and AA. RGB value is (111,0,170). Sum of RGB (Red+Green+Blue) = 111+0+170=281 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.50% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 170 (66.80% from 255 or 60.50% from 281); Max value from RGB is 170 - color contains mainly: blue. Hex color #6F00AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F00AA is #90FF55. Grayscale: #343434. Windows color (decimal): -9502550 or 11141231. OLE color: 11141231.
HSL color Cylindrical-coordinate representation of color #6F00AA: hue angle of 279.18º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F00AA is Cyan = 0.35, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 0 | 170 | - |
| CMYK | 0.35 | 1 | 0 | 0.33 |
| HSL | 279.18º | 1% | 0.33% | - |
| HSV(B) | 279.18º | 1% | 0.67% | - |
| XYZ | 13.81 | 6.28 | 38.51 | - |
| YUV | 52.57 | 194.27 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 0 | 170 | 0.35 | 1 | 0 | 0.33 | 279.18 | 1 | 0.33 |
| Hex | 6F | 0 | AA | 23 | 64 | 0 | 21 | 117 | 64 | 21 |
| Octal | 157 | 0 | 252 | 43 | 144 | 0 | 41 | 427 | 144 | 41 |
| Binary | 1101111 | 0 | 10101010 | 100011 | 1100100 | 0 | 100001 | 100010111 | 1100100 | 100001 |
Color Harmonies of #6F00AA
Complementary color
Monochromatic Colors of #6F00AA
Black with #6F00AA
Text Example
Text Example
White with #6F00AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F00AA; }
p { color: rgb(111,0,170); }
H1.HeaderClassName
{
color: #6F00AA;
}
.AnyTagClassName
{
color: #6F00AA;
}
</style>
background-color css
<style>
a { background-color: #6F00AA; }
a { background-color: rgb(111,0,170); }
div.DivClassName
{
background-color: #6F00AA;
}
.BgClassName
{
background-color: #6F00AA;
}
</style>
border-color css
<style>
span { border-color: #6F00AA; }
span { border-color: rgb(111,0,170); }
td.TdClassName
{
border-color: #6F00AA;
}
.TagClassName
{
border-color: #6F00AA;
}
</style>