Shades of Tyrian Purple #6F0E51
Tints of Tyrian Purple #6F0E51
RGB
CMYK
RGB Variations
Color information
#6F0E51 (or 0x6F0E51) is known color: Tyrian Purple. HEX triplet: 6F, 0E and 51. RGB value is (111,14,81). Sum of RGB (Red+Green+Blue) = 111+14+81=206 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.88% from 206); Green value is 14 (5.86% from 255 or 6.80% from 206); Blue value is 81 (32.03% from 255 or 39.32% from 206); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0E51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0E51 is #90F1AE. Grayscale: #323232. Windows color (decimal): -9499055 or 5312111. OLE color: 5312111.
HSL color Cylindrical-coordinate representation of color #6F0E51: hue angle of 318.56º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6F0E51 is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 14 | 81 | - |
| CMYK | 0 | 0.87 | 0.27 | 0.56 |
| HSL | 318.56º | 0.78% | 0.25% | - |
| HSV(B) | 318.56º | 0.87% | 0.44% | - |
| XYZ | 8.2 | 4.29 | 8.18 | - |
| YUV | 50.64 | 145.14 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 14 | 81 | 0 | 0.87 | 0.27 | 0.56 | 318.56 | 0.78 | 0.25 |
| Hex | 6F | E | 51 | 0 | 57 | 1B | 38 | 13F | 4E | 19 |
| Octal | 157 | 16 | 121 | 0 | 127 | 33 | 70 | 477 | 116 | 31 |
| Binary | 1101111 | 1110 | 1010001 | 0 | 1010111 | 11011 | 111000 | 100111111 | 1001110 | 11001 |
Color Harmonies of #6F0E51
Complementary color
Monochromatic Colors of #6F0E51
Black with #6F0E51
Text Example
Text Example
White with #6F0E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0E51; }
p { color: rgb(111,14,81); }
H1.HeaderClassName
{
color: #6F0E51;
}
.AnyTagClassName
{
color: #6F0E51;
}
</style>
background-color css
<style>
a { background-color: #6F0E51; }
a { background-color: rgb(111,14,81); }
div.DivClassName
{
background-color: #6F0E51;
}
.BgClassName
{
background-color: #6F0E51;
}
</style>
border-color css
<style>
span { border-color: #6F0E51; }
span { border-color: rgb(111,14,81); }
td.TdClassName
{
border-color: #6F0E51;
}
.TagClassName
{
border-color: #6F0E51;
}
</style>