Shades of Tyrian Purple #680A36
Tints of Tyrian Purple #680A36
RGB
CMYK
RGB Variations
Color information
#680A36 (or 0x680A36) is known color: Tyrian Purple. HEX triplet: 68, 0A and 36. RGB value is (104,10,54). Sum of RGB (Red+Green+Blue) = 104+10+54=168 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.90% from 168); Green value is 10 (4.30% from 255 or 5.95% from 168); Blue value is 54 (21.48% from 255 or 32.14% from 168); Max value from RGB is 104 - color contains mainly: red. Hex color #680A36 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680A36 is #97F5C9. Grayscale: #2B2B2B. Windows color (decimal): -9958858 or 3541608. OLE color: 3541608.
HSL color Cylindrical-coordinate representation of color #680A36: hue angle of 331.91º 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 #680A36 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 10 | 54 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.59 |
| HSL | 331.91º | 0.82% | 0.22% | - |
| HSV(B) | 331.91º | 0.9% | 0.41% | - |
| XYZ | 6.48 | 3.43 | 3.81 | - |
| YUV | 43.12 | 134.14 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 10 | 54 | 0 | 0.90 | 0.48 | 0.59 | 331.91 | 0.82 | 0.22 |
| Hex | 68 | A | 36 | 0 | 5A | 30 | 3B | 14C | 52 | 16 |
| Octal | 150 | 12 | 66 | 0 | 132 | 60 | 73 | 514 | 122 | 26 |
| Binary | 1101000 | 1010 | 110110 | 0 | 1011010 | 110000 | 111011 | 101001100 | 1010010 | 10110 |
Color Harmonies of #680A36
Complementary color
Monochromatic Colors of #680A36
Black with #680A36
Text Example
Text Example
White with #680A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680A36; }
p { color: rgb(104,10,54); }
H1.HeaderClassName
{
color: #680A36;
}
.AnyTagClassName
{
color: #680A36;
}
</style>
background-color css
<style>
a { background-color: #680A36; }
a { background-color: rgb(104,10,54); }
div.DivClassName
{
background-color: #680A36;
}
.BgClassName
{
background-color: #680A36;
}
</style>
border-color css
<style>
span { border-color: #680A36; }
span { border-color: rgb(104,10,54); }
td.TdClassName
{
border-color: #680A36;
}
.TagClassName
{
border-color: #680A36;
}
</style>