Shades of Tyrian Purple #680853
Tints of Tyrian Purple #680853
RGB
CMYK
RGB Variations
Color information
#680853 (or 0x680853) is known color: Tyrian Purple. HEX triplet: 68, 08 and 53. RGB value is (104,8,83). Sum of RGB (Red+Green+Blue) = 104+8+83=195 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.33% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 83 (32.81% from 255 or 42.56% from 195); Max value from RGB is 104 - color contains mainly: red. Hex color #680853 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680853 is #97F7AC. Grayscale: #2D2D2D. Windows color (decimal): -9959341 or 5441640. OLE color: 5441640.
HSL color Cylindrical-coordinate representation of color #680853: hue angle of 313.12º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #680853 is Cyan = 0, Magento = 0.92, Yellow = 0.20 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 8 | 83 | - |
| CMYK | 0 | 0.92 | 0.20 | 0.59 |
| HSL | 313.13º | 0.86% | 0.22% | - |
| HSV(B) | 313.13º | 0.92% | 0.41% | - |
| XYZ | 7.36 | 3.74 | 8.52 | - |
| YUV | 45.25 | 149.3 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 8 | 83 | 0 | 0.92 | 0.20 | 0.59 | 313.13 | 0.86 | 0.22 |
| Hex | 68 | 8 | 53 | 0 | 5C | 14 | 3B | 139 | 56 | 16 |
| Octal | 150 | 10 | 123 | 0 | 134 | 24 | 73 | 471 | 126 | 26 |
| Binary | 1101000 | 1000 | 1010011 | 0 | 1011100 | 10100 | 111011 | 100111001 | 1010110 | 10110 |
Color Harmonies of #680853
Complementary color
Monochromatic Colors of #680853
Black with #680853
Text Example
Text Example
White with #680853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680853; }
p { color: rgb(104,8,83); }
H1.HeaderClassName
{
color: #680853;
}
.AnyTagClassName
{
color: #680853;
}
</style>
background-color css
<style>
a { background-color: #680853; }
a { background-color: rgb(104,8,83); }
div.DivClassName
{
background-color: #680853;
}
.BgClassName
{
background-color: #680853;
}
</style>
border-color css
<style>
span { border-color: #680853; }
span { border-color: rgb(104,8,83); }
td.TdClassName
{
border-color: #680853;
}
.TagClassName
{
border-color: #680853;
}
</style>