Shades of Tyrian Purple #680B3E
Tints of Tyrian Purple #680B3E
RGB
CMYK
RGB Variations
Color information
#680B3E (or 0x680B3E) is known color: Tyrian Purple. HEX triplet: 68, 0B and 3E. RGB value is (104,11,62). Sum of RGB (Red+Green+Blue) = 104+11+62=177 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.76% from 177); Green value is 11 (4.69% from 255 or 6.21% from 177); Blue value is 62 (24.61% from 255 or 35.03% from 177); Max value from RGB is 104 - color contains mainly: red. Hex color #680B3E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680B3E is #97F4C1. Grayscale: #2C2C2C. Windows color (decimal): -9958594 or 4066152. OLE color: 4066152.
HSL color Cylindrical-coordinate representation of color #680B3E: hue angle of 327.1º 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 #680B3E is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 11 | 62 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.59 |
| HSL | 327.1º | 0.81% | 0.23% | - |
| HSV(B) | 327.1º | 0.89% | 0.41% | - |
| XYZ | 6.7 | 3.53 | 4.89 | - |
| YUV | 44.62 | 137.81 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 11 | 62 | 0 | 0.89 | 0.40 | 0.59 | 327.1 | 0.81 | 0.23 |
| Hex | 68 | B | 3E | 0 | 59 | 28 | 3B | 147 | 51 | 17 |
| Octal | 150 | 13 | 76 | 0 | 131 | 50 | 73 | 507 | 121 | 27 |
| Binary | 1101000 | 1011 | 111110 | 0 | 1011001 | 101000 | 111011 | 101000111 | 1010001 | 10111 |
Color Harmonies of #680B3E
Complementary color
Monochromatic Colors of #680B3E
Black with #680B3E
Text Example
Text Example
White with #680B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680B3E; }
p { color: rgb(104,11,62); }
H1.HeaderClassName
{
color: #680B3E;
}
.AnyTagClassName
{
color: #680B3E;
}
</style>
background-color css
<style>
a { background-color: #680B3E; }
a { background-color: rgb(104,11,62); }
div.DivClassName
{
background-color: #680B3E;
}
.BgClassName
{
background-color: #680B3E;
}
</style>
border-color css
<style>
span { border-color: #680B3E; }
span { border-color: rgb(104,11,62); }
td.TdClassName
{
border-color: #680B3E;
}
.TagClassName
{
border-color: #680B3E;
}
</style>