Shades of Tyrian Purple #68104B
Tints of Tyrian Purple #68104B
RGB
CMYK
RGB Variations
Color information
#68104B (or 0x68104B) is known color: Tyrian Purple. HEX triplet: 68, 10 and 4B. RGB value is (104,16,75). Sum of RGB (Red+Green+Blue) = 104+16+75=195 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.33% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 75 (29.69% from 255 or 38.46% from 195); Max value from RGB is 104 - color contains mainly: red. Hex color #68104B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68104B is #97EFB4. Grayscale: #303030. Windows color (decimal): -9957301 or 4919400. OLE color: 4919400.
HSL color Cylindrical-coordinate representation of color #68104B: hue angle of 319.77º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #68104B is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 16 | 75 | - |
| CMYK | 0 | 0.85 | 0.28 | 0.59 |
| HSL | 319.77º | 0.73% | 0.24% | - |
| HSV(B) | 319.77º | 0.85% | 0.41% | - |
| XYZ | 7.16 | 3.82 | 7.02 | - |
| YUV | 49.04 | 142.65 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 16 | 75 | 0 | 0.85 | 0.28 | 0.59 | 319.77 | 0.73 | 0.24 |
| Hex | 68 | 10 | 4B | 0 | 55 | 1C | 3B | 140 | 49 | 18 |
| Octal | 150 | 20 | 113 | 0 | 125 | 34 | 73 | 500 | 111 | 30 |
| Binary | 1101000 | 10000 | 1001011 | 0 | 1010101 | 11100 | 111011 | 101000000 | 1001001 | 11000 |
Color Harmonies of #68104B
Complementary color
Monochromatic Colors of #68104B
Black with #68104B
Text Example
Text Example
White with #68104B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68104B; }
p { color: rgb(104,16,75); }
H1.HeaderClassName
{
color: #68104B;
}
.AnyTagClassName
{
color: #68104B;
}
</style>
background-color css
<style>
a { background-color: #68104B; }
a { background-color: rgb(104,16,75); }
div.DivClassName
{
background-color: #68104B;
}
.BgClassName
{
background-color: #68104B;
}
</style>
border-color css
<style>
span { border-color: #68104B; }
span { border-color: rgb(104,16,75); }
td.TdClassName
{
border-color: #68104B;
}
.TagClassName
{
border-color: #68104B;
}
</style>