Shades of Tyrian Purple #680750
Tints of Tyrian Purple #680750
RGB
CMYK
RGB Variations
Color information
#680750 (or 0x680750) is known color: Tyrian Purple. HEX triplet: 68, 07 and 50. RGB value is (104,7,80). Sum of RGB (Red+Green+Blue) = 104+7+80=191 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.45% from 191); Green value is 7 (3.12% from 255 or 3.66% from 191); Blue value is 80 (31.64% from 255 or 41.88% from 191); Max value from RGB is 104 - color contains mainly: red. Hex color #680750 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680750 is #97F8AF. Grayscale: #2C2C2C. Windows color (decimal): -9959600 or 5244776. OLE color: 5244776.
HSL color Cylindrical-coordinate representation of color #680750: hue angle of 314.85º 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 #680750 is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 7 | 80 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.59 |
| HSL | 314.85º | 0.87% | 0.22% | - |
| HSV(B) | 314.85º | 0.93% | 0.41% | - |
| XYZ | 7.23 | 3.67 | 7.92 | - |
| YUV | 44.33 | 148.14 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 7 | 80 | 0 | 0.93 | 0.23 | 0.59 | 314.85 | 0.87 | 0.22 |
| Hex | 68 | 7 | 50 | 0 | 5D | 17 | 3B | 13B | 57 | 16 |
| Octal | 150 | 7 | 120 | 0 | 135 | 27 | 73 | 473 | 127 | 26 |
| Binary | 1101000 | 111 | 1010000 | 0 | 1011101 | 10111 | 111011 | 100111011 | 1010111 | 10110 |
Color Harmonies of #680750
Complementary color
Monochromatic Colors of #680750
Black with #680750
Text Example
Text Example
White with #680750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680750; }
p { color: rgb(104,7,80); }
H1.HeaderClassName
{
color: #680750;
}
.AnyTagClassName
{
color: #680750;
}
</style>
background-color css
<style>
a { background-color: #680750; }
a { background-color: rgb(104,7,80); }
div.DivClassName
{
background-color: #680750;
}
.BgClassName
{
background-color: #680750;
}
</style>
border-color css
<style>
span { border-color: #680750; }
span { border-color: rgb(104,7,80); }
td.TdClassName
{
border-color: #680750;
}
.TagClassName
{
border-color: #680750;
}
</style>