Shades of Tyrian Purple #6E0951
Tints of Tyrian Purple #6E0951
RGB
CMYK
RGB Variations
Color information
#6E0951 (or 0x6E0951) is known color: Tyrian Purple. HEX triplet: 6E, 09 and 51. RGB value is (110,9,81). Sum of RGB (Red+Green+Blue) = 110+9+81=200 (26% of max value = 765). Red value is 110 (43.36% from 255 or 55% from 200); Green value is 9 (3.91% from 255 or 4.5% from 200); Blue value is 81 (32.03% from 255 or 40.5% from 200); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0951 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0951 is #91F6AE. Grayscale: #2F2F2F. Windows color (decimal): -9565871 or 5310830. OLE color: 5310830.
HSL color Cylindrical-coordinate representation of color #6E0951: hue angle of 317.23º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6E0951 is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 9 | 81 | - |
| CMYK | 0 | 0.92 | 0.26 | 0.57 |
| HSL | 317.23º | 0.85% | 0.23% | - |
| HSV(B) | 317.23º | 0.92% | 0.43% | - |
| XYZ | 8.01 | 4.1 | 8.15 | - |
| YUV | 47.41 | 146.96 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 9 | 81 | 0 | 0.92 | 0.26 | 0.57 | 317.23 | 0.85 | 0.23 |
| Hex | 6E | 9 | 51 | 0 | 5C | 1A | 39 | 13D | 55 | 17 |
| Octal | 156 | 11 | 121 | 0 | 134 | 32 | 71 | 475 | 125 | 27 |
| Binary | 1101110 | 1001 | 1010001 | 0 | 1011100 | 11010 | 111001 | 100111101 | 1010101 | 10111 |
Color Harmonies of #6E0951
Complementary color
Monochromatic Colors of #6E0951
Black with #6E0951
Text Example
Text Example
White with #6E0951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0951; }
p { color: rgb(110,9,81); }
H1.HeaderClassName
{
color: #6E0951;
}
.AnyTagClassName
{
color: #6E0951;
}
</style>
background-color css
<style>
a { background-color: #6E0951; }
a { background-color: rgb(110,9,81); }
div.DivClassName
{
background-color: #6E0951;
}
.BgClassName
{
background-color: #6E0951;
}
</style>
border-color css
<style>
span { border-color: #6E0951; }
span { border-color: rgb(110,9,81); }
td.TdClassName
{
border-color: #6E0951;
}
.TagClassName
{
border-color: #6E0951;
}
</style>