Shades of Tyrian Purple #68013B
Tints of Tyrian Purple #68013B
RGB
CMYK
RGB Variations
Color information
#68013B (or 0x68013B) is known color: Tyrian Purple. HEX triplet: 68, 01 and 3B. RGB value is (104,1,59). Sum of RGB (Red+Green+Blue) = 104+1+59=164 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.41% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 59 (23.44% from 255 or 35.98% from 164); Max value from RGB is 104 - color contains mainly: red. Hex color #68013B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68013B is #97FEC4. Grayscale: #262626. Windows color (decimal): -9961157 or 3866984. OLE color: 3866984.
HSL color Cylindrical-coordinate representation of color #68013B: hue angle of 326.21º 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 #68013B is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 1 | 59 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.59 |
| HSL | 326.21º | 0.98% | 0.21% | - |
| HSV(B) | 326.21º | 0.99% | 0.41% | - |
| XYZ | 6.51 | 3.28 | 4.43 | - |
| YUV | 38.41 | 139.62 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 1 | 59 | 0 | 0.99 | 0.43 | 0.59 | 326.21 | 0.98 | 0.21 |
| Hex | 68 | 1 | 3B | 0 | 63 | 2B | 3B | 146 | 62 | 15 |
| Octal | 150 | 1 | 73 | 0 | 143 | 53 | 73 | 506 | 142 | 25 |
| Binary | 1101000 | 1 | 111011 | 0 | 1100011 | 101011 | 111011 | 101000110 | 1100010 | 10101 |
Color Harmonies of #68013B
Complementary color
Monochromatic Colors of #68013B
Black with #68013B
Text Example
Text Example
White with #68013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68013B; }
p { color: rgb(104,1,59); }
H1.HeaderClassName
{
color: #68013B;
}
.AnyTagClassName
{
color: #68013B;
}
</style>
background-color css
<style>
a { background-color: #68013B; }
a { background-color: rgb(104,1,59); }
div.DivClassName
{
background-color: #68013B;
}
.BgClassName
{
background-color: #68013B;
}
</style>
border-color css
<style>
span { border-color: #68013B; }
span { border-color: rgb(104,1,59); }
td.TdClassName
{
border-color: #68013B;
}
.TagClassName
{
border-color: #68013B;
}
</style>