Shades of Tyrian Purple #68012B
Tints of Tyrian Purple #68012B
RGB
CMYK
RGB Variations
Color information
#68012B (or 0x68012B) is known color: Tyrian Purple. HEX triplet: 68, 01 and 2B. RGB value is (104,1,43). Sum of RGB (Red+Green+Blue) = 104+1+43=148 (19% of max value = 765). Red value is 104 (41.02% from 255 or 70.27% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 43 (17.19% from 255 or 29.05% from 148); Max value from RGB is 104 - color contains mainly: red. Hex color #68012B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68012B is #97FED4. Grayscale: #242424. Windows color (decimal): -9961173 or 2818408. OLE color: 2818408.
HSL color Cylindrical-coordinate representation of color #68012B: hue angle of 335.53º 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 #68012B is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 1 | 43 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.59 |
| HSL | 335.53º | 0.98% | 0.21% | - |
| HSV(B) | 335.53º | 0.99% | 0.41% | - |
| XYZ | 6.16 | 3.14 | 2.57 | - |
| YUV | 36.59 | 131.62 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 1 | 43 | 0 | 0.99 | 0.59 | 0.59 | 335.53 | 0.98 | 0.21 |
| Hex | 68 | 1 | 2B | 0 | 63 | 3B | 3B | 150 | 62 | 15 |
| Octal | 150 | 1 | 53 | 0 | 143 | 73 | 73 | 520 | 142 | 25 |
| Binary | 1101000 | 1 | 101011 | 0 | 1100011 | 111011 | 111011 | 101010000 | 1100010 | 10101 |
Color Harmonies of #68012B
Complementary color
Monochromatic Colors of #68012B
Black with #68012B
Text Example
Text Example
White with #68012B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68012B; }
p { color: rgb(104,1,43); }
H1.HeaderClassName
{
color: #68012B;
}
.AnyTagClassName
{
color: #68012B;
}
</style>
background-color css
<style>
a { background-color: #68012B; }
a { background-color: rgb(104,1,43); }
div.DivClassName
{
background-color: #68012B;
}
.BgClassName
{
background-color: #68012B;
}
</style>
border-color css
<style>
span { border-color: #68012B; }
span { border-color: rgb(104,1,43); }
td.TdClassName
{
border-color: #68012B;
}
.TagClassName
{
border-color: #68012B;
}
</style>