Shades of Tyrian Purple #680A50
Tints of Tyrian Purple #680A50
RGB
CMYK
RGB Variations
Color information
#680A50 (or 0x680A50) is known color: Tyrian Purple. HEX triplet: 68, 0A and 50. RGB value is (104,10,80). Sum of RGB (Red+Green+Blue) = 104+10+80=194 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.61% from 194); Green value is 10 (4.30% from 255 or 5.15% from 194); Blue value is 80 (31.64% from 255 or 41.24% from 194); Max value from RGB is 104 - color contains mainly: red. Hex color #680A50 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680A50 is #97F5AF. Grayscale: #2D2D2D. Windows color (decimal): -9958832 or 5245544. OLE color: 5245544.
HSL color Cylindrical-coordinate representation of color #680A50: hue angle of 315.32º 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 #680A50 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 10 | 80 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.59 |
| HSL | 315.32º | 0.82% | 0.22% | - |
| HSV(B) | 315.32º | 0.9% | 0.41% | - |
| XYZ | 7.27 | 3.74 | 7.93 | - |
| YUV | 46.09 | 147.14 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 10 | 80 | 0 | 0.90 | 0.23 | 0.59 | 315.32 | 0.82 | 0.22 |
| Hex | 68 | A | 50 | 0 | 5A | 17 | 3B | 13B | 52 | 16 |
| Octal | 150 | 12 | 120 | 0 | 132 | 27 | 73 | 473 | 122 | 26 |
| Binary | 1101000 | 1010 | 1010000 | 0 | 1011010 | 10111 | 111011 | 100111011 | 1010010 | 10110 |
Color Harmonies of #680A50
Complementary color
Monochromatic Colors of #680A50
Black with #680A50
Text Example
Text Example
White with #680A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680A50; }
p { color: rgb(104,10,80); }
H1.HeaderClassName
{
color: #680A50;
}
.AnyTagClassName
{
color: #680A50;
}
</style>
background-color css
<style>
a { background-color: #680A50; }
a { background-color: rgb(104,10,80); }
div.DivClassName
{
background-color: #680A50;
}
.BgClassName
{
background-color: #680A50;
}
</style>
border-color css
<style>
span { border-color: #680A50; }
span { border-color: rgb(104,10,80); }
td.TdClassName
{
border-color: #680A50;
}
.TagClassName
{
border-color: #680A50;
}
</style>