Shades of Tyrian Purple #670B4E
Tints of Tyrian Purple #670B4E
RGB
CMYK
RGB Variations
Color information
#670B4E (or 0x670B4E) is known color: Tyrian Purple. HEX triplet: 67, 0B and 4E. RGB value is (103,11,78). Sum of RGB (Red+Green+Blue) = 103+11+78=192 (25% of max value = 765). Red value is 103 (40.62% from 255 or 53.65% from 192); Green value is 11 (4.69% from 255 or 5.73% from 192); Blue value is 78 (30.86% from 255 or 40.62% from 192); Max value from RGB is 103 - color contains mainly: red. Hex color #670B4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670B4E is #98F4B1. Grayscale: #2D2D2D. Windows color (decimal): -10024114 or 5114727. OLE color: 5114727.
HSL color Cylindrical-coordinate representation of color #670B4E: hue angle of 316.3º 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 #670B4E is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 11 | 78 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.60 |
| HSL | 316.3º | 0.81% | 0.22% | - |
| HSV(B) | 316.3º | 0.89% | 0.4% | - |
| XYZ | 7.09 | 3.67 | 7.54 | - |
| YUV | 46.15 | 145.98 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 11 | 78 | 0 | 0.89 | 0.24 | 0.60 | 316.3 | 0.81 | 0.22 |
| Hex | 67 | B | 4E | 0 | 59 | 18 | 3C | 13C | 51 | 16 |
| Octal | 147 | 13 | 116 | 0 | 131 | 30 | 74 | 474 | 121 | 26 |
| Binary | 1100111 | 1011 | 1001110 | 0 | 1011001 | 11000 | 111100 | 100111100 | 1010001 | 10110 |
Color Harmonies of #670B4E
Complementary color
Monochromatic Colors of #670B4E
Black with #670B4E
Text Example
Text Example
White with #670B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670B4E; }
p { color: rgb(103,11,78); }
H1.HeaderClassName
{
color: #670B4E;
}
.AnyTagClassName
{
color: #670B4E;
}
</style>
background-color css
<style>
a { background-color: #670B4E; }
a { background-color: rgb(103,11,78); }
div.DivClassName
{
background-color: #670B4E;
}
.BgClassName
{
background-color: #670B4E;
}
</style>
border-color css
<style>
span { border-color: #670B4E; }
span { border-color: rgb(103,11,78); }
td.TdClassName
{
border-color: #670B4E;
}
.TagClassName
{
border-color: #670B4E;
}
</style>