Shades of Tyrian Purple #68064B
Tints of Tyrian Purple #68064B
RGB
CMYK
RGB Variations
Color information
#68064B (or 0x68064B) is known color: Tyrian Purple. HEX triplet: 68, 06 and 4B. RGB value is (104,6,75). Sum of RGB (Red+Green+Blue) = 104+6+75=185 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.22% from 185); Green value is 6 (2.73% from 255 or 3.24% from 185); Blue value is 75 (29.69% from 255 or 40.54% from 185); Max value from RGB is 104 - color contains mainly: red. Hex color #68064B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68064B is #97F9B4. Grayscale: #2A2A2A. Windows color (decimal): -9959861 or 4916840. OLE color: 4916840.
HSL color Cylindrical-coordinate representation of color #68064B: hue angle of 317.76º 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 #68064B is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 6 | 75 | - |
| CMYK | 0 | 0.94 | 0.28 | 0.59 |
| HSL | 317.76º | 0.89% | 0.22% | - |
| HSV(B) | 317.76º | 0.94% | 0.41% | - |
| XYZ | 7.04 | 3.58 | 6.98 | - |
| YUV | 43.17 | 145.97 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 6 | 75 | 0 | 0.94 | 0.28 | 0.59 | 317.76 | 0.89 | 0.22 |
| Hex | 68 | 6 | 4B | 0 | 5E | 1C | 3B | 13E | 59 | 16 |
| Octal | 150 | 6 | 113 | 0 | 136 | 34 | 73 | 476 | 131 | 26 |
| Binary | 1101000 | 110 | 1001011 | 0 | 1011110 | 11100 | 111011 | 100111110 | 1011001 | 10110 |
Color Harmonies of #68064B
Complementary color
Monochromatic Colors of #68064B
Black with #68064B
Text Example
Text Example
White with #68064B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68064B; }
p { color: rgb(104,6,75); }
H1.HeaderClassName
{
color: #68064B;
}
.AnyTagClassName
{
color: #68064B;
}
</style>
background-color css
<style>
a { background-color: #68064B; }
a { background-color: rgb(104,6,75); }
div.DivClassName
{
background-color: #68064B;
}
.BgClassName
{
background-color: #68064B;
}
</style>
border-color css
<style>
span { border-color: #68064B; }
span { border-color: rgb(104,6,75); }
td.TdClassName
{
border-color: #68064B;
}
.TagClassName
{
border-color: #68064B;
}
</style>