Shades of Tyrian Purple #68063D
Tints of Tyrian Purple #68063D
RGB
CMYK
RGB Variations
Color information
#68063D (or 0x68063D) is known color: Tyrian Purple. HEX triplet: 68, 06 and 3D. RGB value is (104,6,61). Sum of RGB (Red+Green+Blue) = 104+6+61=171 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.82% from 171); Green value is 6 (2.73% from 255 or 3.51% from 171); Blue value is 61 (24.22% from 255 or 35.67% from 171); Max value from RGB is 104 - color contains mainly: red. Hex color #68063D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68063D is #97F9C2. Grayscale: #292929. Windows color (decimal): -9959875 or 3999336. OLE color: 3999336.
HSL color Cylindrical-coordinate representation of color #68063D: hue angle of 326.33º 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 #68063D is Cyan = 0, Magento = 0.94, Yellow = 0.41 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 6 | 61 | - |
| CMYK | 0 | 0.94 | 0.41 | 0.59 |
| HSL | 326.33º | 0.89% | 0.22% | - |
| HSV(B) | 326.33º | 0.94% | 0.41% | - |
| XYZ | 6.62 | 3.41 | 4.72 | - |
| YUV | 41.57 | 138.97 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 6 | 61 | 0 | 0.94 | 0.41 | 0.59 | 326.33 | 0.89 | 0.22 |
| Hex | 68 | 6 | 3D | 0 | 5E | 29 | 3B | 146 | 59 | 16 |
| Octal | 150 | 6 | 75 | 0 | 136 | 51 | 73 | 506 | 131 | 26 |
| Binary | 1101000 | 110 | 111101 | 0 | 1011110 | 101001 | 111011 | 101000110 | 1011001 | 10110 |
Color Harmonies of #68063D
Complementary color
Monochromatic Colors of #68063D
Black with #68063D
Text Example
Text Example
White with #68063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68063D; }
p { color: rgb(104,6,61); }
H1.HeaderClassName
{
color: #68063D;
}
.AnyTagClassName
{
color: #68063D;
}
</style>
background-color css
<style>
a { background-color: #68063D; }
a { background-color: rgb(104,6,61); }
div.DivClassName
{
background-color: #68063D;
}
.BgClassName
{
background-color: #68063D;
}
</style>
border-color css
<style>
span { border-color: #68063D; }
span { border-color: rgb(104,6,61); }
td.TdClassName
{
border-color: #68063D;
}
.TagClassName
{
border-color: #68063D;
}
</style>