Shades of Tyrian Purple #6F0E4E
Tints of Tyrian Purple #6F0E4E
RGB
CMYK
RGB Variations
Color information
#6F0E4E (or 0x6F0E4E) is known color: Tyrian Purple. HEX triplet: 6F, 0E and 4E. RGB value is (111,14,78). Sum of RGB (Red+Green+Blue) = 111+14+78=203 (26% of max value = 765). Red value is 111 (43.75% from 255 or 54.68% from 203); Green value is 14 (5.86% from 255 or 6.90% from 203); Blue value is 78 (30.86% from 255 or 38.42% from 203); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0E4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0E4E is #90F1B1. Grayscale: #323232. Windows color (decimal): -9499058 or 5115503. OLE color: 5115503.
HSL color Cylindrical-coordinate representation of color #6F0E4E: hue angle of 320.41º 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 #6F0E4E is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 14 | 78 | - |
| CMYK | 0 | 0.87 | 0.30 | 0.56 |
| HSL | 320.41º | 0.78% | 0.25% | - |
| HSV(B) | 320.41º | 0.87% | 0.44% | - |
| XYZ | 8.09 | 4.24 | 7.6 | - |
| YUV | 50.3 | 143.64 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 14 | 78 | 0 | 0.87 | 0.30 | 0.56 | 320.41 | 0.78 | 0.25 |
| Hex | 6F | E | 4E | 0 | 57 | 1E | 38 | 140 | 4E | 19 |
| Octal | 157 | 16 | 116 | 0 | 127 | 36 | 70 | 500 | 116 | 31 |
| Binary | 1101111 | 1110 | 1001110 | 0 | 1010111 | 11110 | 111000 | 101000000 | 1001110 | 11001 |
Color Harmonies of #6F0E4E
Complementary color
Monochromatic Colors of #6F0E4E
Black with #6F0E4E
Text Example
Text Example
White with #6F0E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0E4E; }
p { color: rgb(111,14,78); }
H1.HeaderClassName
{
color: #6F0E4E;
}
.AnyTagClassName
{
color: #6F0E4E;
}
</style>
background-color css
<style>
a { background-color: #6F0E4E; }
a { background-color: rgb(111,14,78); }
div.DivClassName
{
background-color: #6F0E4E;
}
.BgClassName
{
background-color: #6F0E4E;
}
</style>
border-color css
<style>
span { border-color: #6F0E4E; }
span { border-color: rgb(111,14,78); }
td.TdClassName
{
border-color: #6F0E4E;
}
.TagClassName
{
border-color: #6F0E4E;
}
</style>