Shades of Tyrian Purple #670A2F
Tints of Tyrian Purple #670A2F
RGB
CMYK
RGB Variations
Color information
#670A2F (or 0x670A2F) is known color: Tyrian Purple. HEX triplet: 67, 0A and 2F. RGB value is (103,10,47). Sum of RGB (Red+Green+Blue) = 103+10+47=160 (21% of max value = 765). Red value is 103 (40.62% from 255 or 64.38% from 160); Green value is 10 (4.30% from 255 or 6.25% from 160); Blue value is 47 (18.75% from 255 or 29.38% from 160); Max value from RGB is 103 - color contains mainly: red. Hex color #670A2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670A2F is #98F5D0. Grayscale: #292929. Windows color (decimal): -10024401 or 3082855. OLE color: 3082855.
HSL color Cylindrical-coordinate representation of color #670A2F: hue angle of 336.13º 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 #670A2F is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 10 | 47 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.60 |
| HSL | 336.13º | 0.82% | 0.22% | - |
| HSV(B) | 336.13º | 0.9% | 0.4% | - |
| XYZ | 6.22 | 3.31 | 3 | - |
| YUV | 42.03 | 130.81 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 10 | 47 | 0 | 0.90 | 0.54 | 0.60 | 336.13 | 0.82 | 0.22 |
| Hex | 67 | A | 2F | 0 | 5A | 36 | 3C | 150 | 52 | 16 |
| Octal | 147 | 12 | 57 | 0 | 132 | 66 | 74 | 520 | 122 | 26 |
| Binary | 1100111 | 1010 | 101111 | 0 | 1011010 | 110110 | 111100 | 101010000 | 1010010 | 10110 |
Color Harmonies of #670A2F
Complementary color
Monochromatic Colors of #670A2F
Black with #670A2F
Text Example
Text Example
White with #670A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670A2F; }
p { color: rgb(103,10,47); }
H1.HeaderClassName
{
color: #670A2F;
}
.AnyTagClassName
{
color: #670A2F;
}
</style>
background-color css
<style>
a { background-color: #670A2F; }
a { background-color: rgb(103,10,47); }
div.DivClassName
{
background-color: #670A2F;
}
.BgClassName
{
background-color: #670A2F;
}
</style>
border-color css
<style>
span { border-color: #670A2F; }
span { border-color: rgb(103,10,47); }
td.TdClassName
{
border-color: #670A2F;
}
.TagClassName
{
border-color: #670A2F;
}
</style>