Shades of Tyrian Purple #680C54
Tints of Tyrian Purple #680C54
RGB
CMYK
RGB Variations
Color information
#680C54 (or 0x680C54) is known color: Tyrian Purple. HEX triplet: 68, 0C and 54. RGB value is (104,12,84). Sum of RGB (Red+Green+Blue) = 104+12+84=200 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52% from 200); Green value is 12 (5.08% from 255 or 6% from 200); Blue value is 84 (33.20% from 255 or 42% from 200); Max value from RGB is 104 - color contains mainly: red. Hex color #680C54 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680C54 is #97F3AB. Grayscale: #2F2F2F. Windows color (decimal): -9958316 or 5508200. OLE color: 5508200.
HSL color Cylindrical-coordinate representation of color #680C54: hue angle of 313.04º degrees, saturation: 0.79, 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 #680C54 is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 12 | 84 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.59 |
| HSL | 313.04º | 0.79% | 0.23% | - |
| HSV(B) | 313.04º | 0.88% | 0.41% | - |
| XYZ | 7.44 | 3.85 | 8.74 | - |
| YUV | 47.72 | 148.48 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 12 | 84 | 0 | 0.88 | 0.19 | 0.59 | 313.04 | 0.79 | 0.23 |
| Hex | 68 | C | 54 | 0 | 58 | 13 | 3B | 139 | 4F | 17 |
| Octal | 150 | 14 | 124 | 0 | 130 | 23 | 73 | 471 | 117 | 27 |
| Binary | 1101000 | 1100 | 1010100 | 0 | 1011000 | 10011 | 111011 | 100111001 | 1001111 | 10111 |
Color Harmonies of #680C54
Complementary color
Monochromatic Colors of #680C54
Black with #680C54
Text Example
Text Example
White with #680C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680C54; }
p { color: rgb(104,12,84); }
H1.HeaderClassName
{
color: #680C54;
}
.AnyTagClassName
{
color: #680C54;
}
</style>
background-color css
<style>
a { background-color: #680C54; }
a { background-color: rgb(104,12,84); }
div.DivClassName
{
background-color: #680C54;
}
.BgClassName
{
background-color: #680C54;
}
</style>
border-color css
<style>
span { border-color: #680C54; }
span { border-color: rgb(104,12,84); }
td.TdClassName
{
border-color: #680C54;
}
.TagClassName
{
border-color: #680C54;
}
</style>