Shades of Tyrian Purple #670E51
Tints of Tyrian Purple #670E51
RGB
CMYK
RGB Variations
Color information
#670E51 (or 0x670E51) is known color: Tyrian Purple. HEX triplet: 67, 0E and 51. RGB value is (103,14,81). Sum of RGB (Red+Green+Blue) = 103+14+81=198 (26% of max value = 765). Red value is 103 (40.62% from 255 or 52.02% from 198); Green value is 14 (5.86% from 255 or 7.07% from 198); Blue value is 81 (32.03% from 255 or 40.91% from 198); Max value from RGB is 103 - color contains mainly: red. Hex color #670E51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670E51 is #98F1AE. Grayscale: #303030. Windows color (decimal): -10023343 or 5312103. OLE color: 5312103.
HSL color Cylindrical-coordinate representation of color #670E51: hue angle of 314.83º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #670E51 is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 14 | 81 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.60 |
| HSL | 314.83º | 0.76% | 0.23% | - |
| HSV(B) | 314.83º | 0.86% | 0.4% | - |
| XYZ | 7.24 | 3.79 | 8.14 | - |
| YUV | 48.25 | 146.49 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 14 | 81 | 0 | 0.86 | 0.21 | 0.60 | 314.83 | 0.76 | 0.23 |
| Hex | 67 | E | 51 | 0 | 56 | 15 | 3C | 13B | 4C | 17 |
| Octal | 147 | 16 | 121 | 0 | 126 | 25 | 74 | 473 | 114 | 27 |
| Binary | 1100111 | 1110 | 1010001 | 0 | 1010110 | 10101 | 111100 | 100111011 | 1001100 | 10111 |
Color Harmonies of #670E51
Complementary color
Monochromatic Colors of #670E51
Black with #670E51
Text Example
Text Example
White with #670E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670E51; }
p { color: rgb(103,14,81); }
H1.HeaderClassName
{
color: #670E51;
}
.AnyTagClassName
{
color: #670E51;
}
</style>
background-color css
<style>
a { background-color: #670E51; }
a { background-color: rgb(103,14,81); }
div.DivClassName
{
background-color: #670E51;
}
.BgClassName
{
background-color: #670E51;
}
</style>
border-color css
<style>
span { border-color: #670E51; }
span { border-color: rgb(103,14,81); }
td.TdClassName
{
border-color: #670E51;
}
.TagClassName
{
border-color: #670E51;
}
</style>