Shades of Tyrian Purple #6E0147
Tints of Tyrian Purple #6E0147
RGB
CMYK
RGB Variations
Color information
#6E0147 (or 0x6E0147) is known color: Tyrian Purple. HEX triplet: 6E, 01 and 47. RGB value is (110,1,71). Sum of RGB (Red+Green+Blue) = 110+1+71=182 (24% of max value = 765). Red value is 110 (43.36% from 255 or 60.44% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 71 (28.12% from 255 or 39.01% from 182); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0147 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0147 is #91FEB8. Grayscale: #292929. Windows color (decimal): -9567929 or 4653422. OLE color: 4653422.
HSL color Cylindrical-coordinate representation of color #6E0147: hue angle of 321.47º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6E0147 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 1 | 71 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.57 |
| HSL | 321.47º | 0.98% | 0.22% | - |
| HSV(B) | 321.47º | 0.99% | 0.43% | - |
| XYZ | 7.58 | 3.79 | 6.29 | - |
| YUV | 41.57 | 144.61 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 1 | 71 | 0 | 0.99 | 0.35 | 0.57 | 321.47 | 0.98 | 0.22 |
| Hex | 6E | 1 | 47 | 0 | 63 | 23 | 39 | 141 | 62 | 16 |
| Octal | 156 | 1 | 107 | 0 | 143 | 43 | 71 | 501 | 142 | 26 |
| Binary | 1101110 | 1 | 1000111 | 0 | 1100011 | 100011 | 111001 | 101000001 | 1100010 | 10110 |
Color Harmonies of #6E0147
Complementary color
Monochromatic Colors of #6E0147
Black with #6E0147
Text Example
Text Example
White with #6E0147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0147; }
p { color: rgb(110,1,71); }
H1.HeaderClassName
{
color: #6E0147;
}
.AnyTagClassName
{
color: #6E0147;
}
</style>
background-color css
<style>
a { background-color: #6E0147; }
a { background-color: rgb(110,1,71); }
div.DivClassName
{
background-color: #6E0147;
}
.BgClassName
{
background-color: #6E0147;
}
</style>
border-color css
<style>
span { border-color: #6E0147; }
span { border-color: rgb(110,1,71); }
td.TdClassName
{
border-color: #6E0147;
}
.TagClassName
{
border-color: #6E0147;
}
</style>