Shades of Tyrian Purple #680B37
Tints of Tyrian Purple #680B37
RGB
CMYK
RGB Variations
Color information
#680B37 (or 0x680B37) is known color: Tyrian Purple. HEX triplet: 68, 0B and 37. RGB value is (104,11,55). Sum of RGB (Red+Green+Blue) = 104+11+55=170 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.18% from 170); Green value is 11 (4.69% from 255 or 6.47% from 170); Blue value is 55 (21.88% from 255 or 32.35% from 170); Max value from RGB is 104 - color contains mainly: red. Hex color #680B37 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680B37 is #97F4C8. Grayscale: #2B2B2B. Windows color (decimal): -9958601 or 3607400. OLE color: 3607400.
HSL color Cylindrical-coordinate representation of color #680B37: hue angle of 331.61º 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 #680B37 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 11 | 55 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.59 |
| HSL | 331.61º | 0.81% | 0.23% | - |
| HSV(B) | 331.61º | 0.89% | 0.41% | - |
| XYZ | 6.52 | 3.46 | 3.94 | - |
| YUV | 43.82 | 134.31 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 11 | 55 | 0 | 0.89 | 0.47 | 0.59 | 331.61 | 0.81 | 0.23 |
| Hex | 68 | B | 37 | 0 | 59 | 2F | 3B | 14C | 51 | 17 |
| Octal | 150 | 13 | 67 | 0 | 131 | 57 | 73 | 514 | 121 | 27 |
| Binary | 1101000 | 1011 | 110111 | 0 | 1011001 | 101111 | 111011 | 101001100 | 1010001 | 10111 |
Color Harmonies of #680B37
Complementary color
Monochromatic Colors of #680B37
Black with #680B37
Text Example
Text Example
White with #680B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680B37; }
p { color: rgb(104,11,55); }
H1.HeaderClassName
{
color: #680B37;
}
.AnyTagClassName
{
color: #680B37;
}
</style>
background-color css
<style>
a { background-color: #680B37; }
a { background-color: rgb(104,11,55); }
div.DivClassName
{
background-color: #680B37;
}
.BgClassName
{
background-color: #680B37;
}
</style>
border-color css
<style>
span { border-color: #680B37; }
span { border-color: rgb(104,11,55); }
td.TdClassName
{
border-color: #680B37;
}
.TagClassName
{
border-color: #680B37;
}
</style>