Shades of Tyrian Purple #680A31
Tints of Tyrian Purple #680A31
RGB
CMYK
RGB Variations
Color information
#680A31 (or 0x680A31) is known color: Tyrian Purple. HEX triplet: 68, 0A and 31. RGB value is (104,10,49). Sum of RGB (Red+Green+Blue) = 104+10+49=163 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.80% from 163); Green value is 10 (4.30% from 255 or 6.13% from 163); Blue value is 49 (19.53% from 255 or 30.06% from 163); Max value from RGB is 104 - color contains mainly: red. Hex color #680A31 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680A31 is #97F5CE. Grayscale: #2A2A2A. Windows color (decimal): -9958863 or 3213928. OLE color: 3213928.
HSL color Cylindrical-coordinate representation of color #680A31: hue angle of 335.11º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #680A31 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 10 | 49 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.59 |
| HSL | 335.11º | 0.82% | 0.22% | - |
| HSV(B) | 335.11º | 0.9% | 0.41% | - |
| XYZ | 6.37 | 3.38 | 3.22 | - |
| YUV | 42.55 | 131.64 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 10 | 49 | 0 | 0.90 | 0.53 | 0.59 | 335.11 | 0.82 | 0.22 |
| Hex | 68 | A | 31 | 0 | 5A | 35 | 3B | 14F | 52 | 16 |
| Octal | 150 | 12 | 61 | 0 | 132 | 65 | 73 | 517 | 122 | 26 |
| Binary | 1101000 | 1010 | 110001 | 0 | 1011010 | 110101 | 111011 | 101001111 | 1010010 | 10110 |
Color Harmonies of #680A31
Complementary color
Monochromatic Colors of #680A31
Black with #680A31
Text Example
Text Example
White with #680A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680A31; }
p { color: rgb(104,10,49); }
H1.HeaderClassName
{
color: #680A31;
}
.AnyTagClassName
{
color: #680A31;
}
</style>
background-color css
<style>
a { background-color: #680A31; }
a { background-color: rgb(104,10,49); }
div.DivClassName
{
background-color: #680A31;
}
.BgClassName
{
background-color: #680A31;
}
</style>
border-color css
<style>
span { border-color: #680A31; }
span { border-color: rgb(104,10,49); }
td.TdClassName
{
border-color: #680A31;
}
.TagClassName
{
border-color: #680A31;
}
</style>