Shades of Tyrian Purple #670A39
Tints of Tyrian Purple #670A39
RGB
CMYK
RGB Variations
Color information
#670A39 (or 0x670A39) is known color: Tyrian Purple. HEX triplet: 67, 0A and 39. RGB value is (103,10,57). Sum of RGB (Red+Green+Blue) = 103+10+57=170 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.59% from 170); Green value is 10 (4.30% from 255 or 5.88% from 170); Blue value is 57 (22.66% from 255 or 33.53% from 170); Max value from RGB is 103 - color contains mainly: red. Hex color #670A39 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670A39 is #98F5C6. Grayscale: #2B2B2B. Windows color (decimal): -10024391 or 3738215. OLE color: 3738215.
HSL color Cylindrical-coordinate representation of color #670A39: hue angle of 329.68º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #670A39 is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 10 | 57 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.60 |
| HSL | 329.68º | 0.82% | 0.22% | - |
| HSV(B) | 329.68º | 0.9% | 0.4% | - |
| XYZ | 6.44 | 3.4 | 4.19 | - |
| YUV | 43.17 | 135.81 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 10 | 57 | 0 | 0.90 | 0.45 | 0.60 | 329.68 | 0.82 | 0.22 |
| Hex | 67 | A | 39 | 0 | 5A | 2D | 3C | 14A | 52 | 16 |
| Octal | 147 | 12 | 71 | 0 | 132 | 55 | 74 | 512 | 122 | 26 |
| Binary | 1100111 | 1010 | 111001 | 0 | 1011010 | 101101 | 111100 | 101001010 | 1010010 | 10110 |
Color Harmonies of #670A39
Complementary color
Monochromatic Colors of #670A39
Black with #670A39
Text Example
Text Example
White with #670A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670A39; }
p { color: rgb(103,10,57); }
H1.HeaderClassName
{
color: #670A39;
}
.AnyTagClassName
{
color: #670A39;
}
</style>
background-color css
<style>
a { background-color: #670A39; }
a { background-color: rgb(103,10,57); }
div.DivClassName
{
background-color: #670A39;
}
.BgClassName
{
background-color: #670A39;
}
</style>
border-color css
<style>
span { border-color: #670A39; }
span { border-color: rgb(103,10,57); }
td.TdClassName
{
border-color: #670A39;
}
.TagClassName
{
border-color: #670A39;
}
</style>