Shades of Tyrian Purple #680051
Tints of Tyrian Purple #680051
RGB
CMYK
RGB Variations
Color information
#680051 (or 0x680051) is known color: Tyrian Purple. HEX triplet: 68, 00 and 51. RGB value is (104,0,81). Sum of RGB (Red+Green+Blue) = 104+0+81=185 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.22% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 81 (32.03% from 255 or 43.78% from 185); Max value from RGB is 104 - color contains mainly: red. Hex color #680051 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680051 is #97FFAE. Grayscale: #282828. Windows color (decimal): -9961391 or 5308520. OLE color: 5308520.
HSL color Cylindrical-coordinate representation of color #680051: hue angle of 313.27º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #680051 is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 0 | 81 | - |
| CMYK | 0 | 1 | 0.22 | 0.59 |
| HSL | 313.27º | 1% | 0.2% | - |
| HSV(B) | 313.27º | 1% | 0.41% | - |
| XYZ | 7.19 | 3.54 | 8.09 | - |
| YUV | 40.33 | 150.96 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 0 | 81 | 0 | 1 | 0.22 | 0.59 | 313.27 | 1 | 0.2 |
| Hex | 68 | 0 | 51 | 0 | 64 | 16 | 3B | 139 | 64 | 14 |
| Octal | 150 | 0 | 121 | 0 | 144 | 26 | 73 | 471 | 144 | 24 |
| Binary | 1101000 | 0 | 1010001 | 0 | 1100100 | 10110 | 111011 | 100111001 | 1100100 | 10100 |
Color Harmonies of #680051
Complementary color
Monochromatic Colors of #680051
Black with #680051
Text Example
Text Example
White with #680051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680051; }
p { color: rgb(104,0,81); }
H1.HeaderClassName
{
color: #680051;
}
.AnyTagClassName
{
color: #680051;
}
</style>
background-color css
<style>
a { background-color: #680051; }
a { background-color: rgb(104,0,81); }
div.DivClassName
{
background-color: #680051;
}
.BgClassName
{
background-color: #680051;
}
</style>
border-color css
<style>
span { border-color: #680051; }
span { border-color: rgb(104,0,81); }
td.TdClassName
{
border-color: #680051;
}
.TagClassName
{
border-color: #680051;
}
</style>