Shades of Tyrian Purple #68062F
Tints of Tyrian Purple #68062F
RGB
CMYK
RGB Variations
Color information
#68062F (or 0x68062F) is known color: Tyrian Purple. HEX triplet: 68, 06 and 2F. RGB value is (104,6,47). Sum of RGB (Red+Green+Blue) = 104+6+47=157 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.24% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 47 (18.75% from 255 or 29.94% from 157); Max value from RGB is 104 - color contains mainly: red. Hex color #68062F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68062F is #97F9D0. Grayscale: #272727. Windows color (decimal): -9959889 or 3081832. OLE color: 3081832.
HSL color Cylindrical-coordinate representation of color #68062F: hue angle of 334.9º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #68062F is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 6 | 47 | - |
| CMYK | 0 | 0.94 | 0.55 | 0.59 |
| HSL | 334.9º | 0.89% | 0.22% | - |
| HSV(B) | 334.9º | 0.94% | 0.41% | - |
| XYZ | 6.29 | 3.28 | 2.99 | - |
| YUV | 39.98 | 131.97 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 6 | 47 | 0 | 0.94 | 0.55 | 0.59 | 334.9 | 0.89 | 0.22 |
| Hex | 68 | 6 | 2F | 0 | 5E | 37 | 3B | 14F | 59 | 16 |
| Octal | 150 | 6 | 57 | 0 | 136 | 67 | 73 | 517 | 131 | 26 |
| Binary | 1101000 | 110 | 101111 | 0 | 1011110 | 110111 | 111011 | 101001111 | 1011001 | 10110 |
Color Harmonies of #68062F
Complementary color
Monochromatic Colors of #68062F
Black with #68062F
Text Example
Text Example
White with #68062F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68062F; }
p { color: rgb(104,6,47); }
H1.HeaderClassName
{
color: #68062F;
}
.AnyTagClassName
{
color: #68062F;
}
</style>
background-color css
<style>
a { background-color: #68062F; }
a { background-color: rgb(104,6,47); }
div.DivClassName
{
background-color: #68062F;
}
.BgClassName
{
background-color: #68062F;
}
</style>
border-color css
<style>
span { border-color: #68062F; }
span { border-color: rgb(104,6,47); }
td.TdClassName
{
border-color: #68062F;
}
.TagClassName
{
border-color: #68062F;
}
</style>