Shades of Tyrian Purple #6F084E
Tints of Tyrian Purple #6F084E
RGB
CMYK
RGB Variations
Color information
#6F084E (or 0x6F084E) is known color: Tyrian Purple. HEX triplet: 6F, 08 and 4E. RGB value is (111,8,78). Sum of RGB (Red+Green+Blue) = 111+8+78=197 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.35% from 197); Green value is 8 (3.52% from 255 or 4.06% from 197); Blue value is 78 (30.86% from 255 or 39.59% from 197); Max value from RGB is 111 - color contains mainly: red. Hex color #6F084E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F084E is #90F7B1. Grayscale: #2E2E2E. Windows color (decimal): -9500594 or 5113967. OLE color: 5113967.
HSL color Cylindrical-coordinate representation of color #6F084E: hue angle of 319.22º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F084E is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 8 | 78 | - |
| CMYK | 0 | 0.93 | 0.30 | 0.56 |
| HSL | 319.22º | 0.87% | 0.23% | - |
| HSV(B) | 319.22º | 0.93% | 0.44% | - |
| XYZ | 8.02 | 4.1 | 7.58 | - |
| YUV | 46.78 | 145.62 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 8 | 78 | 0 | 0.93 | 0.30 | 0.56 | 319.22 | 0.87 | 0.23 |
| Hex | 6F | 8 | 4E | 0 | 5D | 1E | 38 | 13F | 57 | 17 |
| Octal | 157 | 10 | 116 | 0 | 135 | 36 | 70 | 477 | 127 | 27 |
| Binary | 1101111 | 1000 | 1001110 | 0 | 1011101 | 11110 | 111000 | 100111111 | 1010111 | 10111 |
Color Harmonies of #6F084E
Complementary color
Monochromatic Colors of #6F084E
Black with #6F084E
Text Example
Text Example
White with #6F084E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F084E; }
p { color: rgb(111,8,78); }
H1.HeaderClassName
{
color: #6F084E;
}
.AnyTagClassName
{
color: #6F084E;
}
</style>
background-color css
<style>
a { background-color: #6F084E; }
a { background-color: rgb(111,8,78); }
div.DivClassName
{
background-color: #6F084E;
}
.BgClassName
{
background-color: #6F084E;
}
</style>
border-color css
<style>
span { border-color: #6F084E; }
span { border-color: rgb(111,8,78); }
td.TdClassName
{
border-color: #6F084E;
}
.TagClassName
{
border-color: #6F084E;
}
</style>