Shades of Tyrian Purple #670E37
Tints of Tyrian Purple #670E37
RGB
CMYK
RGB Variations
Color information
#670E37 (or 0x670E37) is known color: Tyrian Purple. HEX triplet: 67, 0E and 37. RGB value is (103,14,55). Sum of RGB (Red+Green+Blue) = 103+14+55=172 (22% of max value = 765). Red value is 103 (40.62% from 255 or 59.88% from 172); Green value is 14 (5.86% from 255 or 8.14% from 172); Blue value is 55 (21.88% from 255 or 31.98% from 172); Max value from RGB is 103 - color contains mainly: red. Hex color #670E37 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670E37 is #98F1C8. Grayscale: #2D2D2D. Windows color (decimal): -10023369 or 3608167. OLE color: 3608167.
HSL color Cylindrical-coordinate representation of color #670E37: hue angle of 332.36º 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 #670E37 is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 14 | 55 | - |
| CMYK | 0 | 0.86 | 0.47 | 0.60 |
| HSL | 332.36º | 0.76% | 0.23% | - |
| HSV(B) | 332.36º | 0.86% | 0.4% | - |
| XYZ | 6.44 | 3.47 | 3.95 | - |
| YUV | 45.29 | 133.49 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 14 | 55 | 0 | 0.86 | 0.47 | 0.60 | 332.36 | 0.76 | 0.23 |
| Hex | 67 | E | 37 | 0 | 56 | 2F | 3C | 14C | 4C | 17 |
| Octal | 147 | 16 | 67 | 0 | 126 | 57 | 74 | 514 | 114 | 27 |
| Binary | 1100111 | 1110 | 110111 | 0 | 1010110 | 101111 | 111100 | 101001100 | 1001100 | 10111 |
Color Harmonies of #670E37
Complementary color
Monochromatic Colors of #670E37
Black with #670E37
Text Example
Text Example
White with #670E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670E37; }
p { color: rgb(103,14,55); }
H1.HeaderClassName
{
color: #670E37;
}
.AnyTagClassName
{
color: #670E37;
}
</style>
background-color css
<style>
a { background-color: #670E37; }
a { background-color: rgb(103,14,55); }
div.DivClassName
{
background-color: #670E37;
}
.BgClassName
{
background-color: #670E37;
}
</style>
border-color css
<style>
span { border-color: #670E37; }
span { border-color: rgb(103,14,55); }
td.TdClassName
{
border-color: #670E37;
}
.TagClassName
{
border-color: #670E37;
}
</style>