Shades of Tyrian Purple #680A47
Tints of Tyrian Purple #680A47
RGB
CMYK
RGB Variations
Color information
#680A47 (or 0x680A47) is known color: Tyrian Purple. HEX triplet: 68, 0A and 47. RGB value is (104,10,71). Sum of RGB (Red+Green+Blue) = 104+10+71=185 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.22% from 185); Green value is 10 (4.30% from 255 or 5.41% from 185); Blue value is 71 (28.12% from 255 or 38.38% from 185); Max value from RGB is 104 - color contains mainly: red. Hex color #680A47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680A47 is #97F5B8. Grayscale: #2C2C2C. Windows color (decimal): -9958841 or 4655720. OLE color: 4655720.
HSL color Cylindrical-coordinate representation of color #680A47: hue angle of 321.06º 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 #680A47 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 10 | 71 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.59 |
| HSL | 321.06º | 0.82% | 0.22% | - |
| HSV(B) | 321.06º | 0.9% | 0.41% | - |
| XYZ | 6.95 | 3.62 | 6.29 | - |
| YUV | 45.06 | 142.64 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 10 | 71 | 0 | 0.90 | 0.32 | 0.59 | 321.06 | 0.82 | 0.22 |
| Hex | 68 | A | 47 | 0 | 5A | 20 | 3B | 141 | 52 | 16 |
| Octal | 150 | 12 | 107 | 0 | 132 | 40 | 73 | 501 | 122 | 26 |
| Binary | 1101000 | 1010 | 1000111 | 0 | 1011010 | 100000 | 111011 | 101000001 | 1010010 | 10110 |
Color Harmonies of #680A47
Complementary color
Monochromatic Colors of #680A47
Black with #680A47
Text Example
Text Example
White with #680A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680A47; }
p { color: rgb(104,10,71); }
H1.HeaderClassName
{
color: #680A47;
}
.AnyTagClassName
{
color: #680A47;
}
</style>
background-color css
<style>
a { background-color: #680A47; }
a { background-color: rgb(104,10,71); }
div.DivClassName
{
background-color: #680A47;
}
.BgClassName
{
background-color: #680A47;
}
</style>
border-color css
<style>
span { border-color: #680A47; }
span { border-color: rgb(104,10,71); }
td.TdClassName
{
border-color: #680A47;
}
.TagClassName
{
border-color: #680A47;
}
</style>