Shades of Tyrian Purple #680C3F
Tints of Tyrian Purple #680C3F
RGB
CMYK
RGB Variations
Color information
#680C3F (or 0x680C3F) is known color: Tyrian Purple. HEX triplet: 68, 0C and 3F. RGB value is (104,12,63). Sum of RGB (Red+Green+Blue) = 104+12+63=179 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.10% from 179); Green value is 12 (5.08% from 255 or 6.70% from 179); Blue value is 63 (25% from 255 or 35.20% from 179); Max value from RGB is 104 - color contains mainly: red. Hex color #680C3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680C3F is #97F3C0. Grayscale: #2D2D2D. Windows color (decimal): -9958337 or 4131944. OLE color: 4131944.
HSL color Cylindrical-coordinate representation of color #680C3F: hue angle of 326.74º 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 #680C3F is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 12 | 63 | - |
| CMYK | 0 | 0.88 | 0.39 | 0.59 |
| HSL | 326.74º | 0.79% | 0.23% | - |
| HSV(B) | 326.74º | 0.88% | 0.41% | - |
| XYZ | 6.74 | 3.56 | 5.04 | - |
| YUV | 45.32 | 137.98 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 12 | 63 | 0 | 0.88 | 0.39 | 0.59 | 326.74 | 0.79 | 0.23 |
| Hex | 68 | C | 3F | 0 | 58 | 27 | 3B | 147 | 4F | 17 |
| Octal | 150 | 14 | 77 | 0 | 130 | 47 | 73 | 507 | 117 | 27 |
| Binary | 1101000 | 1100 | 111111 | 0 | 1011000 | 100111 | 111011 | 101000111 | 1001111 | 10111 |
Color Harmonies of #680C3F
Complementary color
Monochromatic Colors of #680C3F
Black with #680C3F
Text Example
Text Example
White with #680C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680C3F; }
p { color: rgb(104,12,63); }
H1.HeaderClassName
{
color: #680C3F;
}
.AnyTagClassName
{
color: #680C3F;
}
</style>
background-color css
<style>
a { background-color: #680C3F; }
a { background-color: rgb(104,12,63); }
div.DivClassName
{
background-color: #680C3F;
}
.BgClassName
{
background-color: #680C3F;
}
</style>
border-color css
<style>
span { border-color: #680C3F; }
span { border-color: rgb(104,12,63); }
td.TdClassName
{
border-color: #680C3F;
}
.TagClassName
{
border-color: #680C3F;
}
</style>