Shades of Tyrian Purple #670E3A
Tints of Tyrian Purple #670E3A
RGB
CMYK
RGB Variations
Color information
#670E3A (or 0x670E3A) is known color: Tyrian Purple. HEX triplet: 67, 0E and 3A. RGB value is (103,14,58). Sum of RGB (Red+Green+Blue) = 103+14+58=175 (23% of max value = 765). Red value is 103 (40.62% from 255 or 58.86% from 175); Green value is 14 (5.86% from 255 or 8% from 175); Blue value is 58 (23.05% from 255 or 33.14% from 175); Max value from RGB is 103 - color contains mainly: red. Hex color #670E3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670E3A is #98F1C5. Grayscale: #2D2D2D. Windows color (decimal): -10023366 or 3804775. OLE color: 3804775.
HSL color Cylindrical-coordinate representation of color #670E3A: hue angle of 330.34º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #670E3A is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 14 | 58 | - |
| CMYK | 0 | 0.86 | 0.44 | 0.60 |
| HSL | 330.34º | 0.76% | 0.23% | - |
| HSV(B) | 330.34º | 0.86% | 0.4% | - |
| XYZ | 6.51 | 3.5 | 4.34 | - |
| YUV | 45.63 | 134.99 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 14 | 58 | 0 | 0.86 | 0.44 | 0.60 | 330.34 | 0.76 | 0.23 |
| Hex | 67 | E | 3A | 0 | 56 | 2C | 3C | 14A | 4C | 17 |
| Octal | 147 | 16 | 72 | 0 | 126 | 54 | 74 | 512 | 114 | 27 |
| Binary | 1100111 | 1110 | 111010 | 0 | 1010110 | 101100 | 111100 | 101001010 | 1001100 | 10111 |
Color Harmonies of #670E3A
Complementary color
Monochromatic Colors of #670E3A
Black with #670E3A
Text Example
Text Example
White with #670E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670E3A; }
p { color: rgb(103,14,58); }
H1.HeaderClassName
{
color: #670E3A;
}
.AnyTagClassName
{
color: #670E3A;
}
</style>
background-color css
<style>
a { background-color: #670E3A; }
a { background-color: rgb(103,14,58); }
div.DivClassName
{
background-color: #670E3A;
}
.BgClassName
{
background-color: #670E3A;
}
</style>
border-color css
<style>
span { border-color: #670E3A; }
span { border-color: rgb(103,14,58); }
td.TdClassName
{
border-color: #670E3A;
}
.TagClassName
{
border-color: #670E3A;
}
</style>