Shades of Tyrian Purple #670A3B
Tints of Tyrian Purple #670A3B
RGB
CMYK
RGB Variations
Color information
#670A3B (or 0x670A3B) is known color: Tyrian Purple. HEX triplet: 67, 0A and 3B. RGB value is (103,10,59). Sum of RGB (Red+Green+Blue) = 103+10+59=172 (22% of max value = 765). Red value is 103 (40.62% from 255 or 59.88% from 172); Green value is 10 (4.30% from 255 or 5.81% from 172); Blue value is 59 (23.44% from 255 or 34.30% from 172); Max value from RGB is 103 - color contains mainly: red. Hex color #670A3B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670A3B is #98F5C4. Grayscale: #2B2B2B. Windows color (decimal): -10024389 or 3869287. OLE color: 3869287.
HSL color Cylindrical-coordinate representation of color #670A3B: hue angle of 328.39º 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 #670A3B is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 10 | 59 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.60 |
| HSL | 328.39º | 0.82% | 0.22% | - |
| HSV(B) | 328.39º | 0.9% | 0.4% | - |
| XYZ | 6.49 | 3.42 | 4.45 | - |
| YUV | 43.39 | 136.81 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 10 | 59 | 0 | 0.90 | 0.43 | 0.60 | 328.39 | 0.82 | 0.22 |
| Hex | 67 | A | 3B | 0 | 5A | 2B | 3C | 148 | 52 | 16 |
| Octal | 147 | 12 | 73 | 0 | 132 | 53 | 74 | 510 | 122 | 26 |
| Binary | 1100111 | 1010 | 111011 | 0 | 1011010 | 101011 | 111100 | 101001000 | 1010010 | 10110 |
Color Harmonies of #670A3B
Complementary color
Monochromatic Colors of #670A3B
Black with #670A3B
Text Example
Text Example
White with #670A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670A3B; }
p { color: rgb(103,10,59); }
H1.HeaderClassName
{
color: #670A3B;
}
.AnyTagClassName
{
color: #670A3B;
}
</style>
background-color css
<style>
a { background-color: #670A3B; }
a { background-color: rgb(103,10,59); }
div.DivClassName
{
background-color: #670A3B;
}
.BgClassName
{
background-color: #670A3B;
}
</style>
border-color css
<style>
span { border-color: #670A3B; }
span { border-color: rgb(103,10,59); }
td.TdClassName
{
border-color: #670A3B;
}
.TagClassName
{
border-color: #670A3B;
}
</style>