Shades of Tyrian Purple #680A53
Tints of Tyrian Purple #680A53
RGB
CMYK
RGB Variations
Color information
#680A53 (or 0x680A53) is known color: Tyrian Purple. HEX triplet: 68, 0A and 53. RGB value is (104,10,83). Sum of RGB (Red+Green+Blue) = 104+10+83=197 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.79% from 197); Green value is 10 (4.30% from 255 or 5.08% from 197); Blue value is 83 (32.81% from 255 or 42.13% from 197); Max value from RGB is 104 - color contains mainly: red. Hex color #680A53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680A53 is #97F5AC. Grayscale: #2E2E2E. Windows color (decimal): -9958829 or 5442152. OLE color: 5442152.
HSL color Cylindrical-coordinate representation of color #680A53: hue angle of 313.4º 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 #680A53 is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 10 | 83 | - |
| CMYK | 0 | 0.90 | 0.20 | 0.59 |
| HSL | 313.4º | 0.82% | 0.22% | - |
| HSV(B) | 313.4º | 0.9% | 0.41% | - |
| XYZ | 7.38 | 3.78 | 8.53 | - |
| YUV | 46.43 | 148.64 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 10 | 83 | 0 | 0.90 | 0.20 | 0.59 | 313.4 | 0.82 | 0.22 |
| Hex | 68 | A | 53 | 0 | 5A | 14 | 3B | 139 | 52 | 16 |
| Octal | 150 | 12 | 123 | 0 | 132 | 24 | 73 | 471 | 122 | 26 |
| Binary | 1101000 | 1010 | 1010011 | 0 | 1011010 | 10100 | 111011 | 100111001 | 1010010 | 10110 |
Color Harmonies of #680A53
Complementary color
Monochromatic Colors of #680A53
Black with #680A53
Text Example
Text Example
White with #680A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680A53; }
p { color: rgb(104,10,83); }
H1.HeaderClassName
{
color: #680A53;
}
.AnyTagClassName
{
color: #680A53;
}
</style>
background-color css
<style>
a { background-color: #680A53; }
a { background-color: rgb(104,10,83); }
div.DivClassName
{
background-color: #680A53;
}
.BgClassName
{
background-color: #680A53;
}
</style>
border-color css
<style>
span { border-color: #680A53; }
span { border-color: rgb(104,10,83); }
td.TdClassName
{
border-color: #680A53;
}
.TagClassName
{
border-color: #680A53;
}
</style>