Shades of Tyrian Purple #680251
Tints of Tyrian Purple #680251
RGB
CMYK
RGB Variations
Color information
#680251 (or 0x680251) is known color: Tyrian Purple. HEX triplet: 68, 02 and 51. RGB value is (104,2,81). Sum of RGB (Red+Green+Blue) = 104+2+81=187 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.61% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 81 (32.03% from 255 or 43.32% from 187); Max value from RGB is 104 - color contains mainly: red. Hex color #680251 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680251 is #97FDAE. Grayscale: #292929. Windows color (decimal): -9960879 or 5309032. OLE color: 5309032.
HSL color Cylindrical-coordinate representation of color #680251: hue angle of 313.53º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #680251 is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 2 | 81 | - |
| CMYK | 0 | 0.98 | 0.22 | 0.59 |
| HSL | 313.53º | 0.96% | 0.21% | - |
| HSV(B) | 313.53º | 0.98% | 0.41% | - |
| XYZ | 7.22 | 3.58 | 8.1 | - |
| YUV | 41.5 | 150.29 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 2 | 81 | 0 | 0.98 | 0.22 | 0.59 | 313.53 | 0.96 | 0.21 |
| Hex | 68 | 2 | 51 | 0 | 62 | 16 | 3B | 13A | 60 | 15 |
| Octal | 150 | 2 | 121 | 0 | 142 | 26 | 73 | 472 | 140 | 25 |
| Binary | 1101000 | 10 | 1010001 | 0 | 1100010 | 10110 | 111011 | 100111010 | 1100000 | 10101 |
Color Harmonies of #680251
Complementary color
Monochromatic Colors of #680251
Black with #680251
Text Example
Text Example
White with #680251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680251; }
p { color: rgb(104,2,81); }
H1.HeaderClassName
{
color: #680251;
}
.AnyTagClassName
{
color: #680251;
}
</style>
background-color css
<style>
a { background-color: #680251; }
a { background-color: rgb(104,2,81); }
div.DivClassName
{
background-color: #680251;
}
.BgClassName
{
background-color: #680251;
}
</style>
border-color css
<style>
span { border-color: #680251; }
span { border-color: rgb(104,2,81); }
td.TdClassName
{
border-color: #680251;
}
.TagClassName
{
border-color: #680251;
}
</style>