Shades of Tyrian Purple #680C47
Tints of Tyrian Purple #680C47
RGB
CMYK
RGB Variations
Color information
#680C47 (or 0x680C47) is known color: Tyrian Purple. HEX triplet: 68, 0C and 47. RGB value is (104,12,71). Sum of RGB (Red+Green+Blue) = 104+12+71=187 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.61% from 187); Green value is 12 (5.08% from 255 or 6.42% from 187); Blue value is 71 (28.12% from 255 or 37.97% from 187); Max value from RGB is 104 - color contains mainly: red. Hex color #680C47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680C47 is #97F3B8. Grayscale: #2E2E2E. Windows color (decimal): -9958329 or 4656232. OLE color: 4656232.
HSL color Cylindrical-coordinate representation of color #680C47: hue angle of 321.52º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #680C47 is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 12 | 71 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.59 |
| HSL | 321.52º | 0.79% | 0.23% | - |
| HSV(B) | 321.52º | 0.88% | 0.41% | - |
| XYZ | 6.98 | 3.66 | 6.3 | - |
| YUV | 46.23 | 141.98 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 12 | 71 | 0 | 0.88 | 0.32 | 0.59 | 321.52 | 0.79 | 0.23 |
| Hex | 68 | C | 47 | 0 | 58 | 20 | 3B | 142 | 4F | 17 |
| Octal | 150 | 14 | 107 | 0 | 130 | 40 | 73 | 502 | 117 | 27 |
| Binary | 1101000 | 1100 | 1000111 | 0 | 1011000 | 100000 | 111011 | 101000010 | 1001111 | 10111 |
Color Harmonies of #680C47
Complementary color
Monochromatic Colors of #680C47
Black with #680C47
Text Example
Text Example
White with #680C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680C47; }
p { color: rgb(104,12,71); }
H1.HeaderClassName
{
color: #680C47;
}
.AnyTagClassName
{
color: #680C47;
}
</style>
background-color css
<style>
a { background-color: #680C47; }
a { background-color: rgb(104,12,71); }
div.DivClassName
{
background-color: #680C47;
}
.BgClassName
{
background-color: #680C47;
}
</style>
border-color css
<style>
span { border-color: #680C47; }
span { border-color: rgb(104,12,71); }
td.TdClassName
{
border-color: #680C47;
}
.TagClassName
{
border-color: #680C47;
}
</style>