Shades of Tyrian Purple #670E38
Tints of Tyrian Purple #670E38
RGB
CMYK
RGB Variations
Color information
#670E38 (or 0x670E38) is known color: Tyrian Purple. HEX triplet: 67, 0E and 38. RGB value is (103,14,56). Sum of RGB (Red+Green+Blue) = 103+14+56=173 (22% of max value = 765). Red value is 103 (40.62% from 255 or 59.54% from 173); Green value is 14 (5.86% from 255 or 8.09% from 173); Blue value is 56 (22.27% from 255 or 32.37% from 173); Max value from RGB is 103 - color contains mainly: red. Hex color #670E38 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670E38 is #98F1C7. Grayscale: #2D2D2D. Windows color (decimal): -10023368 or 3673703. OLE color: 3673703.
HSL color Cylindrical-coordinate representation of color #670E38: hue angle of 331.69º 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 #670E38 is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 14 | 56 | - |
| CMYK | 0 | 0.86 | 0.46 | 0.60 |
| HSL | 331.69º | 0.76% | 0.23% | - |
| HSV(B) | 331.69º | 0.86% | 0.4% | - |
| XYZ | 6.46 | 3.48 | 4.07 | - |
| YUV | 45.4 | 133.99 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 14 | 56 | 0 | 0.86 | 0.46 | 0.60 | 331.69 | 0.76 | 0.23 |
| Hex | 67 | E | 38 | 0 | 56 | 2E | 3C | 14C | 4C | 17 |
| Octal | 147 | 16 | 70 | 0 | 126 | 56 | 74 | 514 | 114 | 27 |
| Binary | 1100111 | 1110 | 111000 | 0 | 1010110 | 101110 | 111100 | 101001100 | 1001100 | 10111 |
Color Harmonies of #670E38
Complementary color
Monochromatic Colors of #670E38
Black with #670E38
Text Example
Text Example
White with #670E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670E38; }
p { color: rgb(103,14,56); }
H1.HeaderClassName
{
color: #670E38;
}
.AnyTagClassName
{
color: #670E38;
}
</style>
background-color css
<style>
a { background-color: #670E38; }
a { background-color: rgb(103,14,56); }
div.DivClassName
{
background-color: #670E38;
}
.BgClassName
{
background-color: #670E38;
}
</style>
border-color css
<style>
span { border-color: #670E38; }
span { border-color: rgb(103,14,56); }
td.TdClassName
{
border-color: #670E38;
}
.TagClassName
{
border-color: #670E38;
}
</style>