Shades of Tyrian Purple #68084A
Tints of Tyrian Purple #68084A
RGB
CMYK
RGB Variations
Color information
#68084A (or 0x68084A) is known color: Tyrian Purple. HEX triplet: 68, 08 and 4A. RGB value is (104,8,74). Sum of RGB (Red+Green+Blue) = 104+8+74=186 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.91% from 186); Green value is 8 (3.52% from 255 or 4.30% from 186); Blue value is 74 (29.30% from 255 or 39.78% from 186); Max value from RGB is 104 - color contains mainly: red. Hex color #68084A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68084A is #97F7B5. Grayscale: #2C2C2C. Windows color (decimal): -9959350 or 4851816. OLE color: 4851816.
HSL color Cylindrical-coordinate representation of color #68084A: hue angle of 318.75º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #68084A is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 8 | 74 | - |
| CMYK | 0 | 0.92 | 0.29 | 0.59 |
| HSL | 318.75º | 0.86% | 0.22% | - |
| HSV(B) | 318.75º | 0.92% | 0.41% | - |
| XYZ | 7.03 | 3.61 | 6.8 | - |
| YUV | 44.23 | 144.8 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 8 | 74 | 0 | 0.92 | 0.29 | 0.59 | 318.75 | 0.86 | 0.22 |
| Hex | 68 | 8 | 4A | 0 | 5C | 1D | 3B | 13F | 56 | 16 |
| Octal | 150 | 10 | 112 | 0 | 134 | 35 | 73 | 477 | 126 | 26 |
| Binary | 1101000 | 1000 | 1001010 | 0 | 1011100 | 11101 | 111011 | 100111111 | 1010110 | 10110 |
Color Harmonies of #68084A
Complementary color
Monochromatic Colors of #68084A
Black with #68084A
Text Example
Text Example
White with #68084A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68084A; }
p { color: rgb(104,8,74); }
H1.HeaderClassName
{
color: #68084A;
}
.AnyTagClassName
{
color: #68084A;
}
</style>
background-color css
<style>
a { background-color: #68084A; }
a { background-color: rgb(104,8,74); }
div.DivClassName
{
background-color: #68084A;
}
.BgClassName
{
background-color: #68084A;
}
</style>
border-color css
<style>
span { border-color: #68084A; }
span { border-color: rgb(104,8,74); }
td.TdClassName
{
border-color: #68084A;
}
.TagClassName
{
border-color: #68084A;
}
</style>