Shades of Tyrian Purple #6F0147
Tints of Tyrian Purple #6F0147
RGB
CMYK
RGB Variations
Color information
#6F0147 (or 0x6F0147) is known color: Tyrian Purple. HEX triplet: 6F, 01 and 47. RGB value is (111,1,71). Sum of RGB (Red+Green+Blue) = 111+1+71=183 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.66% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 71 (28.12% from 255 or 38.80% from 183); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0147 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0147 is #90FEB8. Grayscale: #292929. Windows color (decimal): -9502393 or 4653423. OLE color: 4653423.
HSL color Cylindrical-coordinate representation of color #6F0147: hue angle of 321.82º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F0147 is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 1 | 71 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.56 |
| HSL | 321.82º | 0.98% | 0.22% | - |
| HSV(B) | 321.82º | 0.99% | 0.44% | - |
| XYZ | 7.7 | 3.86 | 6.3 | - |
| YUV | 41.87 | 144.44 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 1 | 71 | 0 | 0.99 | 0.36 | 0.56 | 321.82 | 0.98 | 0.22 |
| Hex | 6F | 1 | 47 | 0 | 63 | 24 | 38 | 142 | 62 | 16 |
| Octal | 157 | 1 | 107 | 0 | 143 | 44 | 70 | 502 | 142 | 26 |
| Binary | 1101111 | 1 | 1000111 | 0 | 1100011 | 100100 | 111000 | 101000010 | 1100010 | 10110 |
Color Harmonies of #6F0147
Complementary color
Monochromatic Colors of #6F0147
Black with #6F0147
Text Example
Text Example
White with #6F0147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0147; }
p { color: rgb(111,1,71); }
H1.HeaderClassName
{
color: #6F0147;
}
.AnyTagClassName
{
color: #6F0147;
}
</style>
background-color css
<style>
a { background-color: #6F0147; }
a { background-color: rgb(111,1,71); }
div.DivClassName
{
background-color: #6F0147;
}
.BgClassName
{
background-color: #6F0147;
}
</style>
border-color css
<style>
span { border-color: #6F0147; }
span { border-color: rgb(111,1,71); }
td.TdClassName
{
border-color: #6F0147;
}
.TagClassName
{
border-color: #6F0147;
}
</style>