Shades of Tyrian Purple #680144
Tints of Tyrian Purple #680144
RGB
CMYK
RGB Variations
Color information
#680144 (or 0x680144) is known color: Tyrian Purple. HEX triplet: 68, 01 and 44. RGB value is (104,1,68). Sum of RGB (Red+Green+Blue) = 104+1+68=173 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.12% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 68 (26.95% from 255 or 39.31% from 173); Max value from RGB is 104 - color contains mainly: red. Hex color #680144 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680144 is #97FEBB. Grayscale: #272727. Windows color (decimal): -9961148 or 4456808. OLE color: 4456808.
HSL color Cylindrical-coordinate representation of color #680144: hue angle of 320.97º 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 #680144 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 1 | 68 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.59 |
| HSL | 320.97º | 0.98% | 0.21% | - |
| HSV(B) | 320.97º | 0.99% | 0.41% | - |
| XYZ | 6.76 | 3.38 | 5.77 | - |
| YUV | 39.44 | 144.12 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 1 | 68 | 0 | 0.99 | 0.35 | 0.59 | 320.97 | 0.98 | 0.21 |
| Hex | 68 | 1 | 44 | 0 | 63 | 23 | 3B | 141 | 62 | 15 |
| Octal | 150 | 1 | 104 | 0 | 143 | 43 | 73 | 501 | 142 | 25 |
| Binary | 1101000 | 1 | 1000100 | 0 | 1100011 | 100011 | 111011 | 101000001 | 1100010 | 10101 |
Color Harmonies of #680144
Complementary color
Monochromatic Colors of #680144
Black with #680144
Text Example
Text Example
White with #680144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680144; }
p { color: rgb(104,1,68); }
H1.HeaderClassName
{
color: #680144;
}
.AnyTagClassName
{
color: #680144;
}
</style>
background-color css
<style>
a { background-color: #680144; }
a { background-color: rgb(104,1,68); }
div.DivClassName
{
background-color: #680144;
}
.BgClassName
{
background-color: #680144;
}
</style>
border-color css
<style>
span { border-color: #680144; }
span { border-color: rgb(104,1,68); }
td.TdClassName
{
border-color: #680144;
}
.TagClassName
{
border-color: #680144;
}
</style>