Shades of Tyrian Purple #670C49
Tints of Tyrian Purple #670C49
RGB
CMYK
RGB Variations
Color information
#670C49 (or 0x670C49) is known color: Tyrian Purple. HEX triplet: 67, 0C and 49. RGB value is (103,12,73). Sum of RGB (Red+Green+Blue) = 103+12+73=188 (24% of max value = 765). Red value is 103 (40.62% from 255 or 54.79% from 188); Green value is 12 (5.08% from 255 or 6.38% from 188); Blue value is 73 (28.91% from 255 or 38.83% from 188); Max value from RGB is 103 - color contains mainly: red. Hex color #670C49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670C49 is #98F3B6. Grayscale: #2E2E2E. Windows color (decimal): -10023863 or 4787303. OLE color: 4787303.
HSL color Cylindrical-coordinate representation of color #670C49: hue angle of 319.78º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #670C49 is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 12 | 73 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.60 |
| HSL | 319.78º | 0.79% | 0.23% | - |
| HSV(B) | 319.78º | 0.88% | 0.4% | - |
| XYZ | 6.93 | 3.63 | 6.64 | - |
| YUV | 46.16 | 143.15 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 12 | 73 | 0 | 0.88 | 0.29 | 0.60 | 319.78 | 0.79 | 0.23 |
| Hex | 67 | C | 49 | 0 | 58 | 1D | 3C | 140 | 4F | 17 |
| Octal | 147 | 14 | 111 | 0 | 130 | 35 | 74 | 500 | 117 | 27 |
| Binary | 1100111 | 1100 | 1001001 | 0 | 1011000 | 11101 | 111100 | 101000000 | 1001111 | 10111 |
Color Harmonies of #670C49
Complementary color
Monochromatic Colors of #670C49
Black with #670C49
Text Example
Text Example
White with #670C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670C49; }
p { color: rgb(103,12,73); }
H1.HeaderClassName
{
color: #670C49;
}
.AnyTagClassName
{
color: #670C49;
}
</style>
background-color css
<style>
a { background-color: #670C49; }
a { background-color: rgb(103,12,73); }
div.DivClassName
{
background-color: #670C49;
}
.BgClassName
{
background-color: #670C49;
}
</style>
border-color css
<style>
span { border-color: #670C49; }
span { border-color: rgb(103,12,73); }
td.TdClassName
{
border-color: #670C49;
}
.TagClassName
{
border-color: #670C49;
}
</style>