Shades of Tyrian Purple #68012E
Tints of Tyrian Purple #68012E
RGB
CMYK
RGB Variations
Color information
#68012E (or 0x68012E) is known color: Tyrian Purple. HEX triplet: 68, 01 and 2E. RGB value is (104,1,46). Sum of RGB (Red+Green+Blue) = 104+1+46=151 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.87% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 46 (18.36% from 255 or 30.46% from 151); Max value from RGB is 104 - color contains mainly: red. Hex color #68012E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68012E is #97FED1. Grayscale: #242424. Windows color (decimal): -9961170 or 3015016. OLE color: 3015016.
HSL color Cylindrical-coordinate representation of color #68012E: hue angle of 333.79º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #68012E is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 1 | 46 | - |
| CMYK | 0 | 0.99 | 0.56 | 0.59 |
| HSL | 333.79º | 0.98% | 0.21% | - |
| HSV(B) | 333.79º | 0.99% | 0.41% | - |
| XYZ | 6.21 | 3.16 | 2.87 | - |
| YUV | 36.93 | 133.12 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 1 | 46 | 0 | 0.99 | 0.56 | 0.59 | 333.79 | 0.98 | 0.21 |
| Hex | 68 | 1 | 2E | 0 | 63 | 38 | 3B | 14E | 62 | 15 |
| Octal | 150 | 1 | 56 | 0 | 143 | 70 | 73 | 516 | 142 | 25 |
| Binary | 1101000 | 1 | 101110 | 0 | 1100011 | 111000 | 111011 | 101001110 | 1100010 | 10101 |
Color Harmonies of #68012E
Complementary color
Monochromatic Colors of #68012E
Black with #68012E
Text Example
Text Example
White with #68012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68012E; }
p { color: rgb(104,1,46); }
H1.HeaderClassName
{
color: #68012E;
}
.AnyTagClassName
{
color: #68012E;
}
</style>
background-color css
<style>
a { background-color: #68012E; }
a { background-color: rgb(104,1,46); }
div.DivClassName
{
background-color: #68012E;
}
.BgClassName
{
background-color: #68012E;
}
</style>
border-color css
<style>
span { border-color: #68012E; }
span { border-color: rgb(104,1,46); }
td.TdClassName
{
border-color: #68012E;
}
.TagClassName
{
border-color: #68012E;
}
</style>