Shades of Tyrian Purple #680444
Tints of Tyrian Purple #680444
RGB
CMYK
RGB Variations
Color information
#680444 (or 0x680444) is known color: Tyrian Purple. HEX triplet: 68, 04 and 44. RGB value is (104,4,68). Sum of RGB (Red+Green+Blue) = 104+4+68=176 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.09% from 176); Green value is 4 (1.95% from 255 or 2.27% from 176); Blue value is 68 (26.95% from 255 or 38.64% from 176); Max value from RGB is 104 - color contains mainly: red. Hex color #680444 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680444 is #97FBBB. Grayscale: #292929. Windows color (decimal): -9960380 or 4457576. OLE color: 4457576.
HSL color Cylindrical-coordinate representation of color #680444: hue angle of 321.6º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #680444 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 4 | 68 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.59 |
| HSL | 321.6º | 0.93% | 0.21% | - |
| HSV(B) | 321.6º | 0.96% | 0.41% | - |
| XYZ | 6.8 | 3.45 | 5.78 | - |
| YUV | 41.2 | 143.13 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 4 | 68 | 0 | 0.96 | 0.35 | 0.59 | 321.6 | 0.93 | 0.21 |
| Hex | 68 | 4 | 44 | 0 | 60 | 23 | 3B | 142 | 5D | 15 |
| Octal | 150 | 4 | 104 | 0 | 140 | 43 | 73 | 502 | 135 | 25 |
| Binary | 1101000 | 100 | 1000100 | 0 | 1100000 | 100011 | 111011 | 101000010 | 1011101 | 10101 |
Color Harmonies of #680444
Complementary color
Monochromatic Colors of #680444
Black with #680444
Text Example
Text Example
White with #680444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680444; }
p { color: rgb(104,4,68); }
H1.HeaderClassName
{
color: #680444;
}
.AnyTagClassName
{
color: #680444;
}
</style>
background-color css
<style>
a { background-color: #680444; }
a { background-color: rgb(104,4,68); }
div.DivClassName
{
background-color: #680444;
}
.BgClassName
{
background-color: #680444;
}
</style>
border-color css
<style>
span { border-color: #680444; }
span { border-color: rgb(104,4,68); }
td.TdClassName
{
border-color: #680444;
}
.TagClassName
{
border-color: #680444;
}
</style>