Shades of Tyrian Purple #680D4F
Tints of Tyrian Purple #680D4F
RGB
CMYK
RGB Variations
Color information
#680D4F (or 0x680D4F) is known color: Tyrian Purple. HEX triplet: 68, 0D and 4F. RGB value is (104,13,79). Sum of RGB (Red+Green+Blue) = 104+13+79=196 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.06% from 196); Green value is 13 (5.47% from 255 or 6.63% from 196); Blue value is 79 (31.25% from 255 or 40.31% from 196); Max value from RGB is 104 - color contains mainly: red. Hex color #680D4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680D4F is #97F2B0. Grayscale: #2F2F2F. Windows color (decimal): -9958065 or 5180776. OLE color: 5180776.
HSL color Cylindrical-coordinate representation of color #680D4F: hue angle of 316.48º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #680D4F is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 13 | 79 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.59 |
| HSL | 316.48º | 0.78% | 0.23% | - |
| HSV(B) | 316.48º | 0.88% | 0.41% | - |
| XYZ | 7.26 | 3.8 | 7.75 | - |
| YUV | 47.73 | 145.65 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 13 | 79 | 0 | 0.88 | 0.24 | 0.59 | 316.48 | 0.78 | 0.23 |
| Hex | 68 | D | 4F | 0 | 58 | 18 | 3B | 13C | 4E | 17 |
| Octal | 150 | 15 | 117 | 0 | 130 | 30 | 73 | 474 | 116 | 27 |
| Binary | 1101000 | 1101 | 1001111 | 0 | 1011000 | 11000 | 111011 | 100111100 | 1001110 | 10111 |
Color Harmonies of #680D4F
Complementary color
Monochromatic Colors of #680D4F
Black with #680D4F
Text Example
Text Example
White with #680D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680D4F; }
p { color: rgb(104,13,79); }
H1.HeaderClassName
{
color: #680D4F;
}
.AnyTagClassName
{
color: #680D4F;
}
</style>
background-color css
<style>
a { background-color: #680D4F; }
a { background-color: rgb(104,13,79); }
div.DivClassName
{
background-color: #680D4F;
}
.BgClassName
{
background-color: #680D4F;
}
</style>
border-color css
<style>
span { border-color: #680D4F; }
span { border-color: rgb(104,13,79); }
td.TdClassName
{
border-color: #680D4F;
}
.TagClassName
{
border-color: #680D4F;
}
</style>