Shades of Tyrian Purple #670B3A
Tints of Tyrian Purple #670B3A
RGB
CMYK
RGB Variations
Color information
#670B3A (or 0x670B3A) is known color: Tyrian Purple. HEX triplet: 67, 0B and 3A. RGB value is (103,11,58). Sum of RGB (Red+Green+Blue) = 103+11+58=172 (22% of max value = 765). Red value is 103 (40.62% from 255 or 59.88% from 172); Green value is 11 (4.69% from 255 or 6.40% from 172); Blue value is 58 (23.05% from 255 or 33.72% from 172); Max value from RGB is 103 - color contains mainly: red. Hex color #670B3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670B3A is #98F4C5. Grayscale: #2B2B2B. Windows color (decimal): -10024134 or 3804007. OLE color: 3804007.
HSL color Cylindrical-coordinate representation of color #670B3A: hue angle of 329.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 #670B3A is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 11 | 58 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.60 |
| HSL | 329.35º | 0.81% | 0.22% | - |
| HSV(B) | 329.35º | 0.89% | 0.4% | - |
| XYZ | 6.48 | 3.43 | 4.32 | - |
| YUV | 43.87 | 135.98 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 11 | 58 | 0 | 0.89 | 0.44 | 0.60 | 329.35 | 0.81 | 0.22 |
| Hex | 67 | B | 3A | 0 | 59 | 2C | 3C | 149 | 51 | 16 |
| Octal | 147 | 13 | 72 | 0 | 131 | 54 | 74 | 511 | 121 | 26 |
| Binary | 1100111 | 1011 | 111010 | 0 | 1011001 | 101100 | 111100 | 101001001 | 1010001 | 10110 |
Color Harmonies of #670B3A
Complementary color
Monochromatic Colors of #670B3A
Black with #670B3A
Text Example
Text Example
White with #670B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670B3A; }
p { color: rgb(103,11,58); }
H1.HeaderClassName
{
color: #670B3A;
}
.AnyTagClassName
{
color: #670B3A;
}
</style>
background-color css
<style>
a { background-color: #670B3A; }
a { background-color: rgb(103,11,58); }
div.DivClassName
{
background-color: #670B3A;
}
.BgClassName
{
background-color: #670B3A;
}
</style>
border-color css
<style>
span { border-color: #670B3A; }
span { border-color: rgb(103,11,58); }
td.TdClassName
{
border-color: #670B3A;
}
.TagClassName
{
border-color: #670B3A;
}
</style>