Shades of Tyrian Purple #680937
Tints of Tyrian Purple #680937
RGB
CMYK
RGB Variations
Color information
#680937 (or 0x680937) is known color: Tyrian Purple. HEX triplet: 68, 09 and 37. RGB value is (104,9,55). Sum of RGB (Red+Green+Blue) = 104+9+55=168 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.90% from 168); Green value is 9 (3.91% from 255 or 5.36% from 168); Blue value is 55 (21.88% from 255 or 32.74% from 168); Max value from RGB is 104 - color contains mainly: red. Hex color #680937 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680937 is #97F6C8. Grayscale: #2A2A2A. Windows color (decimal): -9959113 or 3606888. OLE color: 3606888.
HSL color Cylindrical-coordinate representation of color #680937: hue angle of 330.95º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #680937 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 9 | 55 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.59 |
| HSL | 330.95º | 0.84% | 0.22% | - |
| HSV(B) | 330.95º | 0.91% | 0.41% | - |
| XYZ | 6.5 | 3.41 | 3.93 | - |
| YUV | 42.65 | 134.97 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 9 | 55 | 0 | 0.91 | 0.47 | 0.59 | 330.95 | 0.84 | 0.22 |
| Hex | 68 | 9 | 37 | 0 | 5B | 2F | 3B | 14B | 54 | 16 |
| Octal | 150 | 11 | 67 | 0 | 133 | 57 | 73 | 513 | 124 | 26 |
| Binary | 1101000 | 1001 | 110111 | 0 | 1011011 | 101111 | 111011 | 101001011 | 1010100 | 10110 |
Color Harmonies of #680937
Complementary color
Monochromatic Colors of #680937
Black with #680937
Text Example
Text Example
White with #680937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680937; }
p { color: rgb(104,9,55); }
H1.HeaderClassName
{
color: #680937;
}
.AnyTagClassName
{
color: #680937;
}
</style>
background-color css
<style>
a { background-color: #680937; }
a { background-color: rgb(104,9,55); }
div.DivClassName
{
background-color: #680937;
}
.BgClassName
{
background-color: #680937;
}
</style>
border-color css
<style>
span { border-color: #680937; }
span { border-color: rgb(104,9,55); }
td.TdClassName
{
border-color: #680937;
}
.TagClassName
{
border-color: #680937;
}
</style>