Shades of Tyrian Purple #680B4E
Tints of Tyrian Purple #680B4E
RGB
CMYK
RGB Variations
Color information
#680B4E (or 0x680B4E) is known color: Tyrian Purple. HEX triplet: 68, 0B and 4E. RGB value is (104,11,78). Sum of RGB (Red+Green+Blue) = 104+11+78=193 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.89% from 193); Green value is 11 (4.69% from 255 or 5.70% from 193); Blue value is 78 (30.86% from 255 or 40.41% from 193); Max value from RGB is 104 - color contains mainly: red. Hex color #680B4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680B4E is #97F4B1. Grayscale: #2E2E2E. Windows color (decimal): -9958578 or 5114728. OLE color: 5114728.
HSL color Cylindrical-coordinate representation of color #680B4E: hue angle of 316.77º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #680B4E is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 11 | 78 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.59 |
| HSL | 316.77º | 0.81% | 0.23% | - |
| HSV(B) | 316.77º | 0.89% | 0.41% | - |
| XYZ | 7.2 | 3.73 | 7.55 | - |
| YUV | 46.45 | 145.81 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 11 | 78 | 0 | 0.89 | 0.25 | 0.59 | 316.77 | 0.81 | 0.23 |
| Hex | 68 | B | 4E | 0 | 59 | 19 | 3B | 13D | 51 | 17 |
| Octal | 150 | 13 | 116 | 0 | 131 | 31 | 73 | 475 | 121 | 27 |
| Binary | 1101000 | 1011 | 1001110 | 0 | 1011001 | 11001 | 111011 | 100111101 | 1010001 | 10111 |
Color Harmonies of #680B4E
Complementary color
Monochromatic Colors of #680B4E
Black with #680B4E
Text Example
Text Example
White with #680B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680B4E; }
p { color: rgb(104,11,78); }
H1.HeaderClassName
{
color: #680B4E;
}
.AnyTagClassName
{
color: #680B4E;
}
</style>
background-color css
<style>
a { background-color: #680B4E; }
a { background-color: rgb(104,11,78); }
div.DivClassName
{
background-color: #680B4E;
}
.BgClassName
{
background-color: #680B4E;
}
</style>
border-color css
<style>
span { border-color: #680B4E; }
span { border-color: rgb(104,11,78); }
td.TdClassName
{
border-color: #680B4E;
}
.TagClassName
{
border-color: #680B4E;
}
</style>