Shades of Tyrian Purple #680748
Tints of Tyrian Purple #680748
RGB
CMYK
RGB Variations
Color information
#680748 (or 0x680748) is known color: Tyrian Purple. HEX triplet: 68, 07 and 48. RGB value is (104,7,72). Sum of RGB (Red+Green+Blue) = 104+7+72=183 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.83% from 183); Green value is 7 (3.12% from 255 or 3.83% from 183); Blue value is 72 (28.52% from 255 or 39.34% from 183); Max value from RGB is 104 - color contains mainly: red. Hex color #680748 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680748 is #97F8B7. Grayscale: #2B2B2B. Windows color (decimal): -9959608 or 4720488. OLE color: 4720488.
HSL color Cylindrical-coordinate representation of color #680748: hue angle of 319.79º 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 #680748 is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 7 | 72 | - |
| CMYK | 0 | 0.93 | 0.31 | 0.59 |
| HSL | 319.79º | 0.87% | 0.22% | - |
| HSV(B) | 319.79º | 0.93% | 0.41% | - |
| XYZ | 6.95 | 3.56 | 6.45 | - |
| YUV | 43.41 | 144.14 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 7 | 72 | 0 | 0.93 | 0.31 | 0.59 | 319.79 | 0.87 | 0.22 |
| Hex | 68 | 7 | 48 | 0 | 5D | 1F | 3B | 140 | 57 | 16 |
| Octal | 150 | 7 | 110 | 0 | 135 | 37 | 73 | 500 | 127 | 26 |
| Binary | 1101000 | 111 | 1001000 | 0 | 1011101 | 11111 | 111011 | 101000000 | 1010111 | 10110 |
Color Harmonies of #680748
Complementary color
Monochromatic Colors of #680748
Black with #680748
Text Example
Text Example
White with #680748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680748; }
p { color: rgb(104,7,72); }
H1.HeaderClassName
{
color: #680748;
}
.AnyTagClassName
{
color: #680748;
}
</style>
background-color css
<style>
a { background-color: #680748; }
a { background-color: rgb(104,7,72); }
div.DivClassName
{
background-color: #680748;
}
.BgClassName
{
background-color: #680748;
}
</style>
border-color css
<style>
span { border-color: #680748; }
span { border-color: rgb(104,7,72); }
td.TdClassName
{
border-color: #680748;
}
.TagClassName
{
border-color: #680748;
}
</style>