Shades of Tyrian Purple #68083A
Tints of Tyrian Purple #68083A
RGB
CMYK
RGB Variations
Color information
#68083A (or 0x68083A) is known color: Tyrian Purple. HEX triplet: 68, 08 and 3A. RGB value is (104,8,58). Sum of RGB (Red+Green+Blue) = 104+8+58=170 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.18% from 170); Green value is 8 (3.52% from 255 or 4.71% from 170); Blue value is 58 (23.05% from 255 or 34.12% from 170); Max value from RGB is 104 - color contains mainly: red. Hex color #68083A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68083A is #97F7C5. Grayscale: #2A2A2A. Windows color (decimal): -9959366 or 3803240. OLE color: 3803240.
HSL color Cylindrical-coordinate representation of color #68083A: hue angle of 328.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 #68083A is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 8 | 58 | - |
| CMYK | 0 | 0.92 | 0.44 | 0.59 |
| HSL | 328.75º | 0.86% | 0.22% | - |
| HSV(B) | 328.75º | 0.92% | 0.41% | - |
| XYZ | 6.56 | 3.42 | 4.32 | - |
| YUV | 42.4 | 136.8 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 8 | 58 | 0 | 0.92 | 0.44 | 0.59 | 328.75 | 0.86 | 0.22 |
| Hex | 68 | 8 | 3A | 0 | 5C | 2C | 3B | 149 | 56 | 16 |
| Octal | 150 | 10 | 72 | 0 | 134 | 54 | 73 | 511 | 126 | 26 |
| Binary | 1101000 | 1000 | 111010 | 0 | 1011100 | 101100 | 111011 | 101001001 | 1010110 | 10110 |
Color Harmonies of #68083A
Complementary color
Monochromatic Colors of #68083A
Black with #68083A
Text Example
Text Example
White with #68083A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68083A; }
p { color: rgb(104,8,58); }
H1.HeaderClassName
{
color: #68083A;
}
.AnyTagClassName
{
color: #68083A;
}
</style>
background-color css
<style>
a { background-color: #68083A; }
a { background-color: rgb(104,8,58); }
div.DivClassName
{
background-color: #68083A;
}
.BgClassName
{
background-color: #68083A;
}
</style>
border-color css
<style>
span { border-color: #68083A; }
span { border-color: rgb(104,8,58); }
td.TdClassName
{
border-color: #68083A;
}
.TagClassName
{
border-color: #68083A;
}
</style>