Shades of Tyrian Purple #680745
Tints of Tyrian Purple #680745
RGB
CMYK
RGB Variations
Color information
#680745 (or 0x680745) is known color: Tyrian Purple. HEX triplet: 68, 07 and 45. RGB value is (104,7,69). Sum of RGB (Red+Green+Blue) = 104+7+69=180 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.78% from 180); Green value is 7 (3.12% from 255 or 3.89% from 180); Blue value is 69 (27.34% from 255 or 38.33% from 180); Max value from RGB is 104 - color contains mainly: red. Hex color #680745 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680745 is #97F8BA. Grayscale: #2A2A2A. Windows color (decimal): -9959611 or 4523880. OLE color: 4523880.
HSL color Cylindrical-coordinate representation of color #680745: hue angle of 321.65º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #680745 is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 7 | 69 | - |
| CMYK | 0 | 0.93 | 0.34 | 0.59 |
| HSL | 321.65º | 0.87% | 0.22% | - |
| HSV(B) | 321.65º | 0.93% | 0.41% | - |
| XYZ | 6.86 | 3.52 | 5.95 | - |
| YUV | 43.07 | 142.64 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 7 | 69 | 0 | 0.93 | 0.34 | 0.59 | 321.65 | 0.87 | 0.22 |
| Hex | 68 | 7 | 45 | 0 | 5D | 22 | 3B | 142 | 57 | 16 |
| Octal | 150 | 7 | 105 | 0 | 135 | 42 | 73 | 502 | 127 | 26 |
| Binary | 1101000 | 111 | 1000101 | 0 | 1011101 | 100010 | 111011 | 101000010 | 1010111 | 10110 |
Color Harmonies of #680745
Complementary color
Monochromatic Colors of #680745
Black with #680745
Text Example
Text Example
White with #680745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680745; }
p { color: rgb(104,7,69); }
H1.HeaderClassName
{
color: #680745;
}
.AnyTagClassName
{
color: #680745;
}
</style>
background-color css
<style>
a { background-color: #680745; }
a { background-color: rgb(104,7,69); }
div.DivClassName
{
background-color: #680745;
}
.BgClassName
{
background-color: #680745;
}
</style>
border-color css
<style>
span { border-color: #680745; }
span { border-color: rgb(104,7,69); }
td.TdClassName
{
border-color: #680745;
}
.TagClassName
{
border-color: #680745;
}
</style>