Shades of Tyrian Purple #680A3E
Tints of Tyrian Purple #680A3E
RGB
CMYK
RGB Variations
Color information
#680A3E (or 0x680A3E) is known color: Tyrian Purple. HEX triplet: 68, 0A and 3E. RGB value is (104,10,62). Sum of RGB (Red+Green+Blue) = 104+10+62=176 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.09% from 176); Green value is 10 (4.30% from 255 or 5.68% from 176); Blue value is 62 (24.61% from 255 or 35.23% from 176); Max value from RGB is 104 - color contains mainly: red. Hex color #680A3E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680A3E is #97F5C1. Grayscale: #2B2B2B. Windows color (decimal): -9958850 or 4065896. OLE color: 4065896.
HSL color Cylindrical-coordinate representation of color #680A3E: hue angle of 326.81º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #680A3E is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 10 | 62 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.59 |
| HSL | 326.81º | 0.82% | 0.22% | - |
| HSV(B) | 326.81º | 0.9% | 0.41% | - |
| XYZ | 6.69 | 3.51 | 4.88 | - |
| YUV | 44.03 | 138.14 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 10 | 62 | 0 | 0.90 | 0.40 | 0.59 | 326.81 | 0.82 | 0.22 |
| Hex | 68 | A | 3E | 0 | 5A | 28 | 3B | 147 | 52 | 16 |
| Octal | 150 | 12 | 76 | 0 | 132 | 50 | 73 | 507 | 122 | 26 |
| Binary | 1101000 | 1010 | 111110 | 0 | 1011010 | 101000 | 111011 | 101000111 | 1010010 | 10110 |
Color Harmonies of #680A3E
Complementary color
Monochromatic Colors of #680A3E
Black with #680A3E
Text Example
Text Example
White with #680A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680A3E; }
p { color: rgb(104,10,62); }
H1.HeaderClassName
{
color: #680A3E;
}
.AnyTagClassName
{
color: #680A3E;
}
</style>
background-color css
<style>
a { background-color: #680A3E; }
a { background-color: rgb(104,10,62); }
div.DivClassName
{
background-color: #680A3E;
}
.BgClassName
{
background-color: #680A3E;
}
</style>
border-color css
<style>
span { border-color: #680A3E; }
span { border-color: rgb(104,10,62); }
td.TdClassName
{
border-color: #680A3E;
}
.TagClassName
{
border-color: #680A3E;
}
</style>