Shades of Tyrian Purple #67012B
Tints of Tyrian Purple #67012B
RGB
CMYK
RGB Variations
Color information
#67012B (or 0x67012B) is known color: Tyrian Purple. HEX triplet: 67, 01 and 2B. RGB value is (103,1,43). Sum of RGB (Red+Green+Blue) = 103+1+43=147 (19% of max value = 765). Red value is 103 (40.62% from 255 or 70.07% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 43 (17.19% from 255 or 29.25% from 147); Max value from RGB is 103 - color contains mainly: red. Hex color #67012B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67012B is #98FED4. Grayscale: #242424. Windows color (decimal): -10026709 or 2818407. OLE color: 2818407.
HSL color Cylindrical-coordinate representation of color #67012B: hue angle of 335.29º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #67012B is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 1 | 43 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.60 |
| HSL | 335.29º | 0.98% | 0.2% | - |
| HSV(B) | 335.29º | 0.99% | 0.4% | - |
| XYZ | 6.04 | 3.08 | 2.56 | - |
| YUV | 36.29 | 131.79 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 1 | 43 | 0 | 0.99 | 0.58 | 0.60 | 335.29 | 0.98 | 0.2 |
| Hex | 67 | 1 | 2B | 0 | 63 | 3A | 3C | 14F | 62 | 14 |
| Octal | 147 | 1 | 53 | 0 | 143 | 72 | 74 | 517 | 142 | 24 |
| Binary | 1100111 | 1 | 101011 | 0 | 1100011 | 111010 | 111100 | 101001111 | 1100010 | 10100 |
Color Harmonies of #67012B
Complementary color
Monochromatic Colors of #67012B
Black with #67012B
Text Example
Text Example
White with #67012B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67012B; }
p { color: rgb(103,1,43); }
H1.HeaderClassName
{
color: #67012B;
}
.AnyTagClassName
{
color: #67012B;
}
</style>
background-color css
<style>
a { background-color: #67012B; }
a { background-color: rgb(103,1,43); }
div.DivClassName
{
background-color: #67012B;
}
.BgClassName
{
background-color: #67012B;
}
</style>
border-color css
<style>
span { border-color: #67012B; }
span { border-color: rgb(103,1,43); }
td.TdClassName
{
border-color: #67012B;
}
.TagClassName
{
border-color: #67012B;
}
</style>