Shades of Tyrian Purple #680551
Tints of Tyrian Purple #680551
RGB
CMYK
RGB Variations
Color information
#680551 (or 0x680551) is known color: Tyrian Purple. HEX triplet: 68, 05 and 51. RGB value is (104,5,81). Sum of RGB (Red+Green+Blue) = 104+5+81=190 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.74% from 190); Green value is 5 (2.34% from 255 or 2.63% from 190); Blue value is 81 (32.03% from 255 or 42.63% from 190); Max value from RGB is 104 - color contains mainly: red. Hex color #680551 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680551 is #97FAAE. Grayscale: #2B2B2B. Windows color (decimal): -9960111 or 5309800. OLE color: 5309800.
HSL color Cylindrical-coordinate representation of color #680551: hue angle of 313.94º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #680551 is Cyan = 0, Magento = 0.95, Yellow = 0.22 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 5 | 81 | - |
| CMYK | 0 | 0.95 | 0.22 | 0.59 |
| HSL | 313.94º | 0.91% | 0.21% | - |
| HSV(B) | 313.94º | 0.95% | 0.41% | - |
| XYZ | 7.25 | 3.65 | 8.11 | - |
| YUV | 43.27 | 149.3 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 5 | 81 | 0 | 0.95 | 0.22 | 0.59 | 313.94 | 0.91 | 0.21 |
| Hex | 68 | 5 | 51 | 0 | 5F | 16 | 3B | 13A | 5B | 15 |
| Octal | 150 | 5 | 121 | 0 | 137 | 26 | 73 | 472 | 133 | 25 |
| Binary | 1101000 | 101 | 1010001 | 0 | 1011111 | 10110 | 111011 | 100111010 | 1011011 | 10101 |
Color Harmonies of #680551
Complementary color
Monochromatic Colors of #680551
Black with #680551
Text Example
Text Example
White with #680551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680551; }
p { color: rgb(104,5,81); }
H1.HeaderClassName
{
color: #680551;
}
.AnyTagClassName
{
color: #680551;
}
</style>
background-color css
<style>
a { background-color: #680551; }
a { background-color: rgb(104,5,81); }
div.DivClassName
{
background-color: #680551;
}
.BgClassName
{
background-color: #680551;
}
</style>
border-color css
<style>
span { border-color: #680551; }
span { border-color: rgb(104,5,81); }
td.TdClassName
{
border-color: #680551;
}
.TagClassName
{
border-color: #680551;
}
</style>