Shades of Tyrian Purple #680A4F
Tints of Tyrian Purple #680A4F
RGB
CMYK
RGB Variations
Color information
#680A4F (or 0x680A4F) is known color: Tyrian Purple. HEX triplet: 68, 0A and 4F. RGB value is (104,10,79). Sum of RGB (Red+Green+Blue) = 104+10+79=193 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.89% from 193); Green value is 10 (4.30% from 255 or 5.18% from 193); Blue value is 79 (31.25% from 255 or 40.93% from 193); Max value from RGB is 104 - color contains mainly: red. Hex color #680A4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680A4F is #97F5B0. Grayscale: #2D2D2D. Windows color (decimal): -9958833 or 5180008. OLE color: 5180008.
HSL color Cylindrical-coordinate representation of color #680A4F: hue angle of 315.96º 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 #680A4F is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 10 | 79 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.59 |
| HSL | 315.96º | 0.82% | 0.22% | - |
| HSV(B) | 315.96º | 0.9% | 0.41% | - |
| XYZ | 7.23 | 3.72 | 7.74 | - |
| YUV | 45.97 | 146.64 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 10 | 79 | 0 | 0.90 | 0.24 | 0.59 | 315.96 | 0.82 | 0.22 |
| Hex | 68 | A | 4F | 0 | 5A | 18 | 3B | 13C | 52 | 16 |
| Octal | 150 | 12 | 117 | 0 | 132 | 30 | 73 | 474 | 122 | 26 |
| Binary | 1101000 | 1010 | 1001111 | 0 | 1011010 | 11000 | 111011 | 100111100 | 1010010 | 10110 |
Color Harmonies of #680A4F
Complementary color
Monochromatic Colors of #680A4F
Black with #680A4F
Text Example
Text Example
White with #680A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680A4F; }
p { color: rgb(104,10,79); }
H1.HeaderClassName
{
color: #680A4F;
}
.AnyTagClassName
{
color: #680A4F;
}
</style>
background-color css
<style>
a { background-color: #680A4F; }
a { background-color: rgb(104,10,79); }
div.DivClassName
{
background-color: #680A4F;
}
.BgClassName
{
background-color: #680A4F;
}
</style>
border-color css
<style>
span { border-color: #680A4F; }
span { border-color: rgb(104,10,79); }
td.TdClassName
{
border-color: #680A4F;
}
.TagClassName
{
border-color: #680A4F;
}
</style>