Shades of Tyrian Purple #670B51
Tints of Tyrian Purple #670B51
RGB
CMYK
RGB Variations
Color information
#670B51 (or 0x670B51) is known color: Tyrian Purple. HEX triplet: 67, 0B and 51. RGB value is (103,11,81). Sum of RGB (Red+Green+Blue) = 103+11+81=195 (25% of max value = 765). Red value is 103 (40.62% from 255 or 52.82% from 195); Green value is 11 (4.69% from 255 or 5.64% from 195); Blue value is 81 (32.03% from 255 or 41.54% from 195); Max value from RGB is 103 - color contains mainly: red. Hex color #670B51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670B51 is #98F4AE. Grayscale: #2E2E2E. Windows color (decimal): -10024111 or 5311335. OLE color: 5311335.
HSL color Cylindrical-coordinate representation of color #670B51: hue angle of 314.35º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #670B51 is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 11 | 81 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.60 |
| HSL | 314.35º | 0.81% | 0.22% | - |
| HSV(B) | 314.35º | 0.89% | 0.4% | - |
| XYZ | 7.2 | 3.72 | 8.12 | - |
| YUV | 46.49 | 147.48 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 11 | 81 | 0 | 0.89 | 0.21 | 0.60 | 314.35 | 0.81 | 0.22 |
| Hex | 67 | B | 51 | 0 | 59 | 15 | 3C | 13A | 51 | 16 |
| Octal | 147 | 13 | 121 | 0 | 131 | 25 | 74 | 472 | 121 | 26 |
| Binary | 1100111 | 1011 | 1010001 | 0 | 1011001 | 10101 | 111100 | 100111010 | 1010001 | 10110 |
Color Harmonies of #670B51
Complementary color
Monochromatic Colors of #670B51
Black with #670B51
Text Example
Text Example
White with #670B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670B51; }
p { color: rgb(103,11,81); }
H1.HeaderClassName
{
color: #670B51;
}
.AnyTagClassName
{
color: #670B51;
}
</style>
background-color css
<style>
a { background-color: #670B51; }
a { background-color: rgb(103,11,81); }
div.DivClassName
{
background-color: #670B51;
}
.BgClassName
{
background-color: #670B51;
}
</style>
border-color css
<style>
span { border-color: #670B51; }
span { border-color: rgb(103,11,81); }
td.TdClassName
{
border-color: #670B51;
}
.TagClassName
{
border-color: #670B51;
}
</style>