Shades of Tyrian Purple #670A48
Tints of Tyrian Purple #670A48
RGB
CMYK
RGB Variations
Color information
#670A48 (or 0x670A48) is known color: Tyrian Purple. HEX triplet: 67, 0A and 48. RGB value is (103,10,72). Sum of RGB (Red+Green+Blue) = 103+10+72=185 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.68% from 185); Green value is 10 (4.30% from 255 or 5.41% from 185); Blue value is 72 (28.52% from 255 or 38.92% from 185); Max value from RGB is 103 - color contains mainly: red. Hex color #670A48 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670A48 is #98F5B7. Grayscale: #2C2C2C. Windows color (decimal): -10024376 or 4721255. OLE color: 4721255.
HSL color Cylindrical-coordinate representation of color #670A48: hue angle of 320º 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 #670A48 is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 10 | 72 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.60 |
| HSL | 320º | 0.82% | 0.22% | - |
| HSV(B) | 320º | 0.9% | 0.4% | - |
| XYZ | 6.87 | 3.57 | 6.46 | - |
| YUV | 44.88 | 143.31 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 10 | 72 | 0 | 0.90 | 0.30 | 0.60 | 320 | 0.82 | 0.22 |
| Hex | 67 | A | 48 | 0 | 5A | 1E | 3C | 140 | 52 | 16 |
| Octal | 147 | 12 | 110 | 0 | 132 | 36 | 74 | 500 | 122 | 26 |
| Binary | 1100111 | 1010 | 1001000 | 0 | 1011010 | 11110 | 111100 | 101000000 | 1010010 | 10110 |
Color Harmonies of #670A48
Complementary color
Monochromatic Colors of #670A48
Black with #670A48
Text Example
Text Example
White with #670A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670A48; }
p { color: rgb(103,10,72); }
H1.HeaderClassName
{
color: #670A48;
}
.AnyTagClassName
{
color: #670A48;
}
</style>
background-color css
<style>
a { background-color: #670A48; }
a { background-color: rgb(103,10,72); }
div.DivClassName
{
background-color: #670A48;
}
.BgClassName
{
background-color: #670A48;
}
</style>
border-color css
<style>
span { border-color: #670A48; }
span { border-color: rgb(103,10,72); }
td.TdClassName
{
border-color: #670A48;
}
.TagClassName
{
border-color: #670A48;
}
</style>