Shades of Tyrian Purple #67012C
Tints of Tyrian Purple #67012C
RGB
CMYK
RGB Variations
Color information
#67012C (or 0x67012C) is known color: Tyrian Purple. HEX triplet: 67, 01 and 2C. RGB value is (103,1,44). Sum of RGB (Red+Green+Blue) = 103+1+44=148 (19% of max value = 765). Red value is 103 (40.62% from 255 or 69.59% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 44 (17.58% from 255 or 29.73% from 148); Max value from RGB is 103 - color contains mainly: red. Hex color #67012C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67012C is #98FED3. Grayscale: #242424. Windows color (decimal): -10026708 or 2883943. OLE color: 2883943.
HSL color Cylindrical-coordinate representation of color #67012C: hue angle of 334.71º 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 #67012C is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 1 | 44 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.60 |
| HSL | 334.71º | 0.98% | 0.2% | - |
| HSV(B) | 334.71º | 0.99% | 0.4% | - |
| XYZ | 6.06 | 3.09 | 2.66 | - |
| YUV | 36.4 | 132.29 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 1 | 44 | 0 | 0.99 | 0.57 | 0.60 | 334.71 | 0.98 | 0.2 |
| Hex | 67 | 1 | 2C | 0 | 63 | 39 | 3C | 14F | 62 | 14 |
| Octal | 147 | 1 | 54 | 0 | 143 | 71 | 74 | 517 | 142 | 24 |
| Binary | 1100111 | 1 | 101100 | 0 | 1100011 | 111001 | 111100 | 101001111 | 1100010 | 10100 |
Color Harmonies of #67012C
Complementary color
Monochromatic Colors of #67012C
Black with #67012C
Text Example
Text Example
White with #67012C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67012C; }
p { color: rgb(103,1,44); }
H1.HeaderClassName
{
color: #67012C;
}
.AnyTagClassName
{
color: #67012C;
}
</style>
background-color css
<style>
a { background-color: #67012C; }
a { background-color: rgb(103,1,44); }
div.DivClassName
{
background-color: #67012C;
}
.BgClassName
{
background-color: #67012C;
}
</style>
border-color css
<style>
span { border-color: #67012C; }
span { border-color: rgb(103,1,44); }
td.TdClassName
{
border-color: #67012C;
}
.TagClassName
{
border-color: #67012C;
}
</style>