Shades of Tyrian Purple #680D46
Tints of Tyrian Purple #680D46
RGB
CMYK
RGB Variations
Color information
#680D46 (or 0x680D46) is known color: Tyrian Purple. HEX triplet: 68, 0D and 46. RGB value is (104,13,70). Sum of RGB (Red+Green+Blue) = 104+13+70=187 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.61% from 187); Green value is 13 (5.47% from 255 or 6.95% from 187); Blue value is 70 (27.73% from 255 or 37.43% from 187); Max value from RGB is 104 - color contains mainly: red. Hex color #680D46 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680D46 is #97F2B9. Grayscale: #2E2E2E. Windows color (decimal): -9958074 or 4590952. OLE color: 4590952.
HSL color Cylindrical-coordinate representation of color #680D46: hue angle of 322.42º degrees, saturation: 0.78, 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 #680D46 is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 13 | 70 | - |
| CMYK | 0 | 0.88 | 0.33 | 0.59 |
| HSL | 322.42º | 0.78% | 0.23% | - |
| HSV(B) | 322.42º | 0.88% | 0.41% | - |
| XYZ | 6.96 | 3.67 | 6.14 | - |
| YUV | 46.71 | 141.15 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 13 | 70 | 0 | 0.88 | 0.33 | 0.59 | 322.42 | 0.78 | 0.23 |
| Hex | 68 | D | 46 | 0 | 58 | 21 | 3B | 142 | 4E | 17 |
| Octal | 150 | 15 | 106 | 0 | 130 | 41 | 73 | 502 | 116 | 27 |
| Binary | 1101000 | 1101 | 1000110 | 0 | 1011000 | 100001 | 111011 | 101000010 | 1001110 | 10111 |
Color Harmonies of #680D46
Complementary color
Monochromatic Colors of #680D46
Black with #680D46
Text Example
Text Example
White with #680D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680D46; }
p { color: rgb(104,13,70); }
H1.HeaderClassName
{
color: #680D46;
}
.AnyTagClassName
{
color: #680D46;
}
</style>
background-color css
<style>
a { background-color: #680D46; }
a { background-color: rgb(104,13,70); }
div.DivClassName
{
background-color: #680D46;
}
.BgClassName
{
background-color: #680D46;
}
</style>
border-color css
<style>
span { border-color: #680D46; }
span { border-color: rgb(104,13,70); }
td.TdClassName
{
border-color: #680D46;
}
.TagClassName
{
border-color: #680D46;
}
</style>