Shades of Tyrian Purple #68063F
Tints of Tyrian Purple #68063F
RGB
CMYK
RGB Variations
Color information
#68063F (or 0x68063F) is known color: Tyrian Purple. HEX triplet: 68, 06 and 3F. RGB value is (104,6,63). Sum of RGB (Red+Green+Blue) = 104+6+63=173 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.12% from 173); Green value is 6 (2.73% from 255 or 3.47% from 173); Blue value is 63 (25% from 255 or 36.42% from 173); Max value from RGB is 104 - color contains mainly: red. Hex color #68063F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68063F is #97F9C0. Grayscale: #292929. Windows color (decimal): -9959873 or 4130408. OLE color: 4130408.
HSL color Cylindrical-coordinate representation of color #68063F: hue angle of 325.1º 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 #68063F is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 6 | 63 | - |
| CMYK | 0 | 0.94 | 0.39 | 0.59 |
| HSL | 325.1º | 0.89% | 0.22% | - |
| HSV(B) | 325.1º | 0.94% | 0.41% | - |
| XYZ | 6.67 | 3.43 | 5.01 | - |
| YUV | 41.8 | 139.97 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 6 | 63 | 0 | 0.94 | 0.39 | 0.59 | 325.1 | 0.89 | 0.22 |
| Hex | 68 | 6 | 3F | 0 | 5E | 27 | 3B | 145 | 59 | 16 |
| Octal | 150 | 6 | 77 | 0 | 136 | 47 | 73 | 505 | 131 | 26 |
| Binary | 1101000 | 110 | 111111 | 0 | 1011110 | 100111 | 111011 | 101000101 | 1011001 | 10110 |
Color Harmonies of #68063F
Complementary color
Monochromatic Colors of #68063F
Black with #68063F
Text Example
Text Example
White with #68063F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68063F; }
p { color: rgb(104,6,63); }
H1.HeaderClassName
{
color: #68063F;
}
.AnyTagClassName
{
color: #68063F;
}
</style>
background-color css
<style>
a { background-color: #68063F; }
a { background-color: rgb(104,6,63); }
div.DivClassName
{
background-color: #68063F;
}
.BgClassName
{
background-color: #68063F;
}
</style>
border-color css
<style>
span { border-color: #68063F; }
span { border-color: rgb(104,6,63); }
td.TdClassName
{
border-color: #68063F;
}
.TagClassName
{
border-color: #68063F;
}
</style>