Shades of Dark Magenta #6E07A0
Tints of Dark Magenta #6E07A0
RGB
CMYK
RGB Variations
Color information
#6E07A0 (or 0x6E07A0) is known color: Dark Magenta. HEX triplet: 6E, 07 and A0. RGB value is (110,7,160). Sum of RGB (Red+Green+Blue) = 110+7+160=277 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.71% from 277); Green value is 7 (3.12% from 255 or 2.53% from 277); Blue value is 160 (62.89% from 255 or 57.76% from 277); Max value from RGB is 160 - color contains mainly: blue. Hex color #6E07A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E07A0 is #91F85F. Grayscale: #363636. Windows color (decimal): -9566304 or 10487662. OLE color: 10487662.
HSL color Cylindrical-coordinate representation of color #6E07A0: hue angle of 280.39º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6E07A0 is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 110 | 7 | 160 | - |
| CMYK | 0.31 | 0.96 | 0 | 0.37 |
| HSL | 280.39º | 0.92% | 0.33% | - |
| HSV(B) | 280.39º | 0.96% | 0.63% | - |
| XYZ | 12.85 | 6.01 | 33.74 | - |
| YUV | 55.24 | 187.12 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 7 | 160 | 0.31 | 0.96 | 0 | 0.37 | 280.39 | 0.92 | 0.33 |
| Hex | 6E | 7 | A0 | 1F | 60 | 0 | 25 | 118 | 5C | 21 |
| Octal | 156 | 7 | 240 | 37 | 140 | 0 | 45 | 430 | 134 | 41 |
| Binary | 1101110 | 111 | 10100000 | 11111 | 1100000 | 0 | 100101 | 100011000 | 1011100 | 100001 |
Color Harmonies of #6E07A0
Complementary color
Monochromatic Colors of #6E07A0
Black with #6E07A0
Text Example
Text Example
White with #6E07A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E07A0; }
p { color: rgb(110,7,160); }
H1.HeaderClassName
{
color: #6E07A0;
}
.AnyTagClassName
{
color: #6E07A0;
}
</style>
background-color css
<style>
a { background-color: #6E07A0; }
a { background-color: rgb(110,7,160); }
div.DivClassName
{
background-color: #6E07A0;
}
.BgClassName
{
background-color: #6E07A0;
}
</style>
border-color css
<style>
span { border-color: #6E07A0; }
span { border-color: rgb(110,7,160); }
td.TdClassName
{
border-color: #6E07A0;
}
.TagClassName
{
border-color: #6E07A0;
}
</style>