Shades of Tyrian Purple #680154
Tints of Tyrian Purple #680154
RGB
CMYK
RGB Variations
Color information
#680154 (or 0x680154) is known color: Tyrian Purple. HEX triplet: 68, 01 and 54. RGB value is (104,1,84). Sum of RGB (Red+Green+Blue) = 104+1+84=189 (25% of max value = 765). Red value is 104 (41.02% from 255 or 55.03% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 84 (33.20% from 255 or 44.44% from 189); Max value from RGB is 104 - color contains mainly: red. Hex color #680154 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680154 is #97FEAB. Grayscale: #292929. Windows color (decimal): -9961132 or 5505384. OLE color: 5505384.
HSL color Cylindrical-coordinate representation of color #680154: hue angle of 311.65º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #680154 is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 1 | 84 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.59 |
| HSL | 311.65º | 0.98% | 0.21% | - |
| HSV(B) | 311.65º | 0.99% | 0.41% | - |
| XYZ | 7.32 | 3.6 | 8.7 | - |
| YUV | 41.26 | 152.12 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 1 | 84 | 0 | 0.99 | 0.19 | 0.59 | 311.65 | 0.98 | 0.21 |
| Hex | 68 | 1 | 54 | 0 | 63 | 13 | 3B | 138 | 62 | 15 |
| Octal | 150 | 1 | 124 | 0 | 143 | 23 | 73 | 470 | 142 | 25 |
| Binary | 1101000 | 1 | 1010100 | 0 | 1100011 | 10011 | 111011 | 100111000 | 1100010 | 10101 |
Color Harmonies of #680154
Complementary color
Monochromatic Colors of #680154
Black with #680154
Text Example
Text Example
White with #680154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680154; }
p { color: rgb(104,1,84); }
H1.HeaderClassName
{
color: #680154;
}
.AnyTagClassName
{
color: #680154;
}
</style>
background-color css
<style>
a { background-color: #680154; }
a { background-color: rgb(104,1,84); }
div.DivClassName
{
background-color: #680154;
}
.BgClassName
{
background-color: #680154;
}
</style>
border-color css
<style>
span { border-color: #680154; }
span { border-color: rgb(104,1,84); }
td.TdClassName
{
border-color: #680154;
}
.TagClassName
{
border-color: #680154;
}
</style>