Shades of Tyrian Purple #680949
Tints of Tyrian Purple #680949
RGB
CMYK
RGB Variations
Color information
#680949 (or 0x680949) is known color: Tyrian Purple. HEX triplet: 68, 09 and 49. RGB value is (104,9,73). Sum of RGB (Red+Green+Blue) = 104+9+73=186 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.91% from 186); Green value is 9 (3.91% from 255 or 4.84% from 186); Blue value is 73 (28.91% from 255 or 39.25% from 186); Max value from RGB is 104 - color contains mainly: red. Hex color #680949 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680949 is #97F6B6. Grayscale: #2C2C2C. Windows color (decimal): -9959095 or 4786536. OLE color: 4786536.
HSL color Cylindrical-coordinate representation of color #680949: hue angle of 319.58º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #680949 is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 9 | 73 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.59 |
| HSL | 319.58º | 0.84% | 0.22% | - |
| HSV(B) | 319.58º | 0.91% | 0.41% | - |
| XYZ | 7.01 | 3.62 | 6.63 | - |
| YUV | 44.7 | 143.97 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 9 | 73 | 0 | 0.91 | 0.30 | 0.59 | 319.58 | 0.84 | 0.22 |
| Hex | 68 | 9 | 49 | 0 | 5B | 1E | 3B | 140 | 54 | 16 |
| Octal | 150 | 11 | 111 | 0 | 133 | 36 | 73 | 500 | 124 | 26 |
| Binary | 1101000 | 1001 | 1001001 | 0 | 1011011 | 11110 | 111011 | 101000000 | 1010100 | 10110 |
Color Harmonies of #680949
Complementary color
Monochromatic Colors of #680949
Black with #680949
Text Example
Text Example
White with #680949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680949; }
p { color: rgb(104,9,73); }
H1.HeaderClassName
{
color: #680949;
}
.AnyTagClassName
{
color: #680949;
}
</style>
background-color css
<style>
a { background-color: #680949; }
a { background-color: rgb(104,9,73); }
div.DivClassName
{
background-color: #680949;
}
.BgClassName
{
background-color: #680949;
}
</style>
border-color css
<style>
span { border-color: #680949; }
span { border-color: rgb(104,9,73); }
td.TdClassName
{
border-color: #680949;
}
.TagClassName
{
border-color: #680949;
}
</style>