Shades of Tyrian Purple #68012A
Tints of Tyrian Purple #68012A
RGB
CMYK
RGB Variations
Color information
#68012A (or 0x68012A) is known color: Tyrian Purple. HEX triplet: 68, 01 and 2A. RGB value is (104,1,42). Sum of RGB (Red+Green+Blue) = 104+1+42=147 (19% of max value = 765). Red value is 104 (41.02% from 255 or 70.75% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 42 (16.80% from 255 or 28.57% from 147); Max value from RGB is 104 - color contains mainly: red. Hex color #68012A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68012A is #97FED5. Grayscale: #242424. Windows color (decimal): -9961174 or 2752872. OLE color: 2752872.
HSL color Cylindrical-coordinate representation of color #68012A: hue angle of 336.12º 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 #68012A is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 1 | 42 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.59 |
| HSL | 336.12º | 0.98% | 0.21% | - |
| HSV(B) | 336.12º | 0.99% | 0.41% | - |
| XYZ | 6.14 | 3.13 | 2.47 | - |
| YUV | 36.47 | 131.12 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 1 | 42 | 0 | 0.99 | 0.60 | 0.59 | 336.12 | 0.98 | 0.21 |
| Hex | 68 | 1 | 2A | 0 | 63 | 3C | 3B | 150 | 62 | 15 |
| Octal | 150 | 1 | 52 | 0 | 143 | 74 | 73 | 520 | 142 | 25 |
| Binary | 1101000 | 1 | 101010 | 0 | 1100011 | 111100 | 111011 | 101010000 | 1100010 | 10101 |
Color Harmonies of #68012A
Complementary color
Monochromatic Colors of #68012A
Black with #68012A
Text Example
Text Example
White with #68012A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68012A; }
p { color: rgb(104,1,42); }
H1.HeaderClassName
{
color: #68012A;
}
.AnyTagClassName
{
color: #68012A;
}
</style>
background-color css
<style>
a { background-color: #68012A; }
a { background-color: rgb(104,1,42); }
div.DivClassName
{
background-color: #68012A;
}
.BgClassName
{
background-color: #68012A;
}
</style>
border-color css
<style>
span { border-color: #68012A; }
span { border-color: rgb(104,1,42); }
td.TdClassName
{
border-color: #68012A;
}
.TagClassName
{
border-color: #68012A;
}
</style>