Shades of Tyrian Purple #670A51
Tints of Tyrian Purple #670A51
RGB
CMYK
RGB Variations
Color information
#670A51 (or 0x670A51) is known color: Tyrian Purple. HEX triplet: 67, 0A and 51. RGB value is (103,10,81). Sum of RGB (Red+Green+Blue) = 103+10+81=194 (25% of max value = 765). Red value is 103 (40.62% from 255 or 53.09% from 194); Green value is 10 (4.30% from 255 or 5.15% from 194); Blue value is 81 (32.03% from 255 or 41.75% from 194); Max value from RGB is 103 - color contains mainly: red. Hex color #670A51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670A51 is #98F5AE. Grayscale: #2D2D2D. Windows color (decimal): -10024367 or 5311079. OLE color: 5311079.
HSL color Cylindrical-coordinate representation of color #670A51: hue angle of 314.19º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #670A51 is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 10 | 81 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.60 |
| HSL | 314.19º | 0.82% | 0.22% | - |
| HSV(B) | 314.19º | 0.9% | 0.4% | - |
| XYZ | 7.19 | 3.69 | 8.12 | - |
| YUV | 45.9 | 147.81 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 10 | 81 | 0 | 0.90 | 0.21 | 0.60 | 314.19 | 0.82 | 0.22 |
| Hex | 67 | A | 51 | 0 | 5A | 15 | 3C | 13A | 52 | 16 |
| Octal | 147 | 12 | 121 | 0 | 132 | 25 | 74 | 472 | 122 | 26 |
| Binary | 1100111 | 1010 | 1010001 | 0 | 1011010 | 10101 | 111100 | 100111010 | 1010010 | 10110 |
Color Harmonies of #670A51
Complementary color
Monochromatic Colors of #670A51
Black with #670A51
Text Example
Text Example
White with #670A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670A51; }
p { color: rgb(103,10,81); }
H1.HeaderClassName
{
color: #670A51;
}
.AnyTagClassName
{
color: #670A51;
}
</style>
background-color css
<style>
a { background-color: #670A51; }
a { background-color: rgb(103,10,81); }
div.DivClassName
{
background-color: #670A51;
}
.BgClassName
{
background-color: #670A51;
}
</style>
border-color css
<style>
span { border-color: #670A51; }
span { border-color: rgb(103,10,81); }
td.TdClassName
{
border-color: #670A51;
}
.TagClassName
{
border-color: #670A51;
}
</style>