Shades of Tyrian Purple #680B3A
Tints of Tyrian Purple #680B3A
RGB
CMYK
RGB Variations
Color information
#680B3A (or 0x680B3A) is known color: Tyrian Purple. HEX triplet: 68, 0B and 3A. RGB value is (104,11,58). Sum of RGB (Red+Green+Blue) = 104+11+58=173 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.12% from 173); Green value is 11 (4.69% from 255 or 6.36% from 173); Blue value is 58 (23.05% from 255 or 33.53% from 173); Max value from RGB is 104 - color contains mainly: red. Hex color #680B3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680B3A is #97F4C5. Grayscale: #2C2C2C. Windows color (decimal): -9958598 or 3804008. OLE color: 3804008.
HSL color Cylindrical-coordinate representation of color #680B3A: hue angle of 329.68º 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 #680B3A is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 11 | 58 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.59 |
| HSL | 329.68º | 0.81% | 0.23% | - |
| HSV(B) | 329.68º | 0.89% | 0.41% | - |
| XYZ | 6.59 | 3.49 | 4.33 | - |
| YUV | 44.17 | 135.81 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 11 | 58 | 0 | 0.89 | 0.44 | 0.59 | 329.68 | 0.81 | 0.23 |
| Hex | 68 | B | 3A | 0 | 59 | 2C | 3B | 14A | 51 | 17 |
| Octal | 150 | 13 | 72 | 0 | 131 | 54 | 73 | 512 | 121 | 27 |
| Binary | 1101000 | 1011 | 111010 | 0 | 1011001 | 101100 | 111011 | 101001010 | 1010001 | 10111 |
Color Harmonies of #680B3A
Complementary color
Monochromatic Colors of #680B3A
Black with #680B3A
Text Example
Text Example
White with #680B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680B3A; }
p { color: rgb(104,11,58); }
H1.HeaderClassName
{
color: #680B3A;
}
.AnyTagClassName
{
color: #680B3A;
}
</style>
background-color css
<style>
a { background-color: #680B3A; }
a { background-color: rgb(104,11,58); }
div.DivClassName
{
background-color: #680B3A;
}
.BgClassName
{
background-color: #680B3A;
}
</style>
border-color css
<style>
span { border-color: #680B3A; }
span { border-color: rgb(104,11,58); }
td.TdClassName
{
border-color: #680B3A;
}
.TagClassName
{
border-color: #680B3A;
}
</style>