Shades of Tyrian Purple #6F0E50
Tints of Tyrian Purple #6F0E50
RGB
CMYK
RGB Variations
Color information
#6F0E50 (or 0x6F0E50) is known color: Tyrian Purple. HEX triplet: 6F, 0E and 50. RGB value is (111,14,80). Sum of RGB (Red+Green+Blue) = 111+14+80=205 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.15% from 205); Green value is 14 (5.86% from 255 or 6.83% from 205); Blue value is 80 (31.64% from 255 or 39.02% from 205); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0E50 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0E50 is #90F1AF. Grayscale: #323232. Windows color (decimal): -9499056 or 5246575. OLE color: 5246575.
HSL color Cylindrical-coordinate representation of color #6F0E50: hue angle of 319.18º 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 #6F0E50 is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 14 | 80 | - |
| CMYK | 0 | 0.87 | 0.28 | 0.56 |
| HSL | 319.18º | 0.78% | 0.25% | - |
| HSV(B) | 319.18º | 0.87% | 0.44% | - |
| XYZ | 8.16 | 4.27 | 7.98 | - |
| YUV | 50.53 | 144.64 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 14 | 80 | 0 | 0.87 | 0.28 | 0.56 | 319.18 | 0.78 | 0.25 |
| Hex | 6F | E | 50 | 0 | 57 | 1C | 38 | 13F | 4E | 19 |
| Octal | 157 | 16 | 120 | 0 | 127 | 34 | 70 | 477 | 116 | 31 |
| Binary | 1101111 | 1110 | 1010000 | 0 | 1010111 | 11100 | 111000 | 100111111 | 1001110 | 11001 |
Color Harmonies of #6F0E50
Complementary color
Monochromatic Colors of #6F0E50
Black with #6F0E50
Text Example
Text Example
White with #6F0E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0E50; }
p { color: rgb(111,14,80); }
H1.HeaderClassName
{
color: #6F0E50;
}
.AnyTagClassName
{
color: #6F0E50;
}
</style>
background-color css
<style>
a { background-color: #6F0E50; }
a { background-color: rgb(111,14,80); }
div.DivClassName
{
background-color: #6F0E50;
}
.BgClassName
{
background-color: #6F0E50;
}
</style>
border-color css
<style>
span { border-color: #6F0E50; }
span { border-color: rgb(111,14,80); }
td.TdClassName
{
border-color: #6F0E50;
}
.TagClassName
{
border-color: #6F0E50;
}
</style>