Shades of Tyrian Purple #670039
Tints of Tyrian Purple #670039
RGB
CMYK
RGB Variations
Color information
#670039 (or 0x670039) is known color: Tyrian Purple. HEX triplet: 67, 00 and 39. RGB value is (103,0,57). Sum of RGB (Red+Green+Blue) = 103+0+57=160 (21% of max value = 765). Red value is 103 (40.62% from 255 or 64.38% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 57 (22.66% from 255 or 35.62% from 160); Max value from RGB is 103 - color contains mainly: red. Hex color #670039 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670039 is #98FFC6. Grayscale: #252525. Windows color (decimal): -10026951 or 3735655. OLE color: 3735655.
HSL color Cylindrical-coordinate representation of color #670039: hue angle of 326.8º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #670039 is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 0 | 57 | - |
| CMYK | 0 | 1 | 0.45 | 0.60 |
| HSL | 326.8º | 1% | 0.2% | - |
| HSV(B) | 326.8º | 1% | 0.4% | - |
| XYZ | 6.33 | 3.18 | 4.15 | - |
| YUV | 37.3 | 139.12 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 0 | 57 | 0 | 1 | 0.45 | 0.60 | 326.8 | 1 | 0.2 |
| Hex | 67 | 0 | 39 | 0 | 64 | 2D | 3C | 147 | 64 | 14 |
| Octal | 147 | 0 | 71 | 0 | 144 | 55 | 74 | 507 | 144 | 24 |
| Binary | 1100111 | 0 | 111001 | 0 | 1100100 | 101101 | 111100 | 101000111 | 1100100 | 10100 |
Color Harmonies of #670039
Complementary color
Monochromatic Colors of #670039
Black with #670039
Text Example
Text Example
White with #670039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670039; }
p { color: rgb(103,0,57); }
H1.HeaderClassName
{
color: #670039;
}
.AnyTagClassName
{
color: #670039;
}
</style>
background-color css
<style>
a { background-color: #670039; }
a { background-color: rgb(103,0,57); }
div.DivClassName
{
background-color: #670039;
}
.BgClassName
{
background-color: #670039;
}
</style>
border-color css
<style>
span { border-color: #670039; }
span { border-color: rgb(103,0,57); }
td.TdClassName
{
border-color: #670039;
}
.TagClassName
{
border-color: #670039;
}
</style>