Shades of Dark Magenta #6E02AB
Tints of Dark Magenta #6E02AB
RGB
CMYK
RGB Variations
Color information
#6E02AB (or 0x6E02AB) is known color: Dark Magenta. HEX triplet: 6E, 02 and AB. RGB value is (110,2,171). Sum of RGB (Red+Green+Blue) = 110+2+171=283 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.87% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 171 (67.19% from 255 or 60.42% from 283); Max value from RGB is 171 - color contains mainly: blue. Hex color #6E02AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E02AB is #91FD54. Grayscale: #343434. Windows color (decimal): -9567573 or 11207278. OLE color: 11207278.
HSL color Cylindrical-coordinate representation of color #6E02AB: hue angle of 278.34º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6E02AB is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 110 | 2 | 171 | - |
| CMYK | 0.36 | 0.99 | 0 | 0.33 |
| HSL | 278.34º | 0.98% | 0.34% | - |
| HSV(B) | 278.34º | 0.99% | 0.67% | - |
| XYZ | 13.8 | 6.3 | 39.02 | - |
| YUV | 53.56 | 194.28 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 2 | 171 | 0.36 | 0.99 | 0 | 0.33 | 278.34 | 0.98 | 0.34 |
| Hex | 6E | 2 | AB | 24 | 63 | 0 | 21 | 116 | 62 | 22 |
| Octal | 156 | 2 | 253 | 44 | 143 | 0 | 41 | 426 | 142 | 42 |
| Binary | 1101110 | 10 | 10101011 | 100100 | 1100011 | 0 | 100001 | 100010110 | 1100010 | 100010 |
Color Harmonies of #6E02AB
Complementary color
Monochromatic Colors of #6E02AB
Black with #6E02AB
Text Example
Text Example
White with #6E02AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E02AB; }
p { color: rgb(110,2,171); }
H1.HeaderClassName
{
color: #6E02AB;
}
.AnyTagClassName
{
color: #6E02AB;
}
</style>
background-color css
<style>
a { background-color: #6E02AB; }
a { background-color: rgb(110,2,171); }
div.DivClassName
{
background-color: #6E02AB;
}
.BgClassName
{
background-color: #6E02AB;
}
</style>
border-color css
<style>
span { border-color: #6E02AB; }
span { border-color: rgb(110,2,171); }
td.TdClassName
{
border-color: #6E02AB;
}
.TagClassName
{
border-color: #6E02AB;
}
</style>