Shades of Tyrian Purple #670F46
Tints of Tyrian Purple #670F46
RGB
CMYK
RGB Variations
Color information
#670F46 (or 0x670F46) is known color: Tyrian Purple. HEX triplet: 67, 0F and 46. RGB value is (103,15,70). Sum of RGB (Red+Green+Blue) = 103+15+70=188 (24% of max value = 765). Red value is 103 (40.62% from 255 or 54.79% from 188); Green value is 15 (6.25% from 255 or 7.98% from 188); Blue value is 70 (27.73% from 255 or 37.23% from 188); Max value from RGB is 103 - color contains mainly: red. Hex color #670F46 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670F46 is #98F0B9. Grayscale: #2F2F2F. Windows color (decimal): -10023098 or 4591463. OLE color: 4591463.
HSL color Cylindrical-coordinate representation of color #670F46: hue angle of 322.5º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #670F46 is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 15 | 70 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.60 |
| HSL | 322.5º | 0.75% | 0.23% | - |
| HSV(B) | 322.5º | 0.85% | 0.4% | - |
| XYZ | 6.87 | 3.67 | 6.14 | - |
| YUV | 47.58 | 140.65 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 15 | 70 | 0 | 0.85 | 0.32 | 0.60 | 322.5 | 0.75 | 0.23 |
| Hex | 67 | F | 46 | 0 | 55 | 20 | 3C | 142 | 4B | 17 |
| Octal | 147 | 17 | 106 | 0 | 125 | 40 | 74 | 502 | 113 | 27 |
| Binary | 1100111 | 1111 | 1000110 | 0 | 1010101 | 100000 | 111100 | 101000010 | 1001011 | 10111 |
Color Harmonies of #670F46
Complementary color
Monochromatic Colors of #670F46
Black with #670F46
Text Example
Text Example
White with #670F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670F46; }
p { color: rgb(103,15,70); }
H1.HeaderClassName
{
color: #670F46;
}
.AnyTagClassName
{
color: #670F46;
}
</style>
background-color css
<style>
a { background-color: #670F46; }
a { background-color: rgb(103,15,70); }
div.DivClassName
{
background-color: #670F46;
}
.BgClassName
{
background-color: #670F46;
}
</style>
border-color css
<style>
span { border-color: #670F46; }
span { border-color: rgb(103,15,70); }
td.TdClassName
{
border-color: #670F46;
}
.TagClassName
{
border-color: #670F46;
}
</style>