Shades of Tyrian Purple #670C39
Tints of Tyrian Purple #670C39
RGB
CMYK
RGB Variations
Color information
#670C39 (or 0x670C39) is known color: Tyrian Purple. HEX triplet: 67, 0C and 39. RGB value is (103,12,57). Sum of RGB (Red+Green+Blue) = 103+12+57=172 (22% of max value = 765). Red value is 103 (40.62% from 255 or 59.88% from 172); Green value is 12 (5.08% from 255 or 6.98% from 172); Blue value is 57 (22.66% from 255 or 33.14% from 172); Max value from RGB is 103 - color contains mainly: red. Hex color #670C39 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670C39 is #98F3C6. Grayscale: #2C2C2C. Windows color (decimal): -10023879 or 3738727. OLE color: 3738727.
HSL color Cylindrical-coordinate representation of color #670C39: hue angle of 330.33º 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 #670C39 is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 12 | 57 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.60 |
| HSL | 330.33º | 0.79% | 0.23% | - |
| HSV(B) | 330.33º | 0.88% | 0.4% | - |
| XYZ | 6.46 | 3.44 | 4.19 | - |
| YUV | 44.34 | 135.15 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 12 | 57 | 0 | 0.88 | 0.45 | 0.60 | 330.33 | 0.79 | 0.23 |
| Hex | 67 | C | 39 | 0 | 58 | 2D | 3C | 14A | 4F | 17 |
| Octal | 147 | 14 | 71 | 0 | 130 | 55 | 74 | 512 | 117 | 27 |
| Binary | 1100111 | 1100 | 111001 | 0 | 1011000 | 101101 | 111100 | 101001010 | 1001111 | 10111 |
Color Harmonies of #670C39
Complementary color
Monochromatic Colors of #670C39
Black with #670C39
Text Example
Text Example
White with #670C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670C39; }
p { color: rgb(103,12,57); }
H1.HeaderClassName
{
color: #670C39;
}
.AnyTagClassName
{
color: #670C39;
}
</style>
background-color css
<style>
a { background-color: #670C39; }
a { background-color: rgb(103,12,57); }
div.DivClassName
{
background-color: #670C39;
}
.BgClassName
{
background-color: #670C39;
}
</style>
border-color css
<style>
span { border-color: #670C39; }
span { border-color: rgb(103,12,57); }
td.TdClassName
{
border-color: #670C39;
}
.TagClassName
{
border-color: #670C39;
}
</style>