Shades of Tyrian Purple #680A52
Tints of Tyrian Purple #680A52
RGB
CMYK
RGB Variations
Color information
#680A52 (or 0x680A52) is known color: Tyrian Purple. HEX triplet: 68, 0A and 52. RGB value is (104,10,82). Sum of RGB (Red+Green+Blue) = 104+10+82=196 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.06% from 196); Green value is 10 (4.30% from 255 or 5.10% from 196); Blue value is 82 (32.42% from 255 or 41.84% from 196); Max value from RGB is 104 - color contains mainly: red. Hex color #680A52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680A52 is #97F5AD. Grayscale: #2E2E2E. Windows color (decimal): -9958830 or 5376616. OLE color: 5376616.
HSL color Cylindrical-coordinate representation of color #680A52: hue angle of 314.04º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #680A52 is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 10 | 82 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.59 |
| HSL | 314.04º | 0.82% | 0.22% | - |
| HSV(B) | 314.04º | 0.9% | 0.41% | - |
| XYZ | 7.34 | 3.77 | 8.32 | - |
| YUV | 46.31 | 148.14 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 10 | 82 | 0 | 0.90 | 0.21 | 0.59 | 314.04 | 0.82 | 0.22 |
| Hex | 68 | A | 52 | 0 | 5A | 15 | 3B | 13A | 52 | 16 |
| Octal | 150 | 12 | 122 | 0 | 132 | 25 | 73 | 472 | 122 | 26 |
| Binary | 1101000 | 1010 | 1010010 | 0 | 1011010 | 10101 | 111011 | 100111010 | 1010010 | 10110 |
Color Harmonies of #680A52
Complementary color
Monochromatic Colors of #680A52
Black with #680A52
Text Example
Text Example
White with #680A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680A52; }
p { color: rgb(104,10,82); }
H1.HeaderClassName
{
color: #680A52;
}
.AnyTagClassName
{
color: #680A52;
}
</style>
background-color css
<style>
a { background-color: #680A52; }
a { background-color: rgb(104,10,82); }
div.DivClassName
{
background-color: #680A52;
}
.BgClassName
{
background-color: #680A52;
}
</style>
border-color css
<style>
span { border-color: #680A52; }
span { border-color: rgb(104,10,82); }
td.TdClassName
{
border-color: #680A52;
}
.TagClassName
{
border-color: #680A52;
}
</style>