Shades of Tyrian Purple #680C42
Tints of Tyrian Purple #680C42
RGB
CMYK
RGB Variations
Color information
#680C42 (or 0x680C42) is known color: Tyrian Purple. HEX triplet: 68, 0C and 42. RGB value is (104,12,66). Sum of RGB (Red+Green+Blue) = 104+12+66=182 (24% of max value = 765). Red value is 104 (41.02% from 255 or 57.14% from 182); Green value is 12 (5.08% from 255 or 6.59% from 182); Blue value is 66 (26.17% from 255 or 36.26% from 182); Max value from RGB is 104 - color contains mainly: red. Hex color #680C42 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680C42 is #97F3BD. Grayscale: #2D2D2D. Windows color (decimal): -9958334 or 4328552. OLE color: 4328552.
HSL color Cylindrical-coordinate representation of color #680C42: hue angle of 324.78º 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 #680C42 is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 12 | 66 | - |
| CMYK | 0 | 0.88 | 0.37 | 0.59 |
| HSL | 324.78º | 0.79% | 0.23% | - |
| HSV(B) | 324.78º | 0.88% | 0.41% | - |
| XYZ | 6.82 | 3.6 | 5.49 | - |
| YUV | 45.66 | 139.48 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 12 | 66 | 0 | 0.88 | 0.37 | 0.59 | 324.78 | 0.79 | 0.23 |
| Hex | 68 | C | 42 | 0 | 58 | 25 | 3B | 145 | 4F | 17 |
| Octal | 150 | 14 | 102 | 0 | 130 | 45 | 73 | 505 | 117 | 27 |
| Binary | 1101000 | 1100 | 1000010 | 0 | 1011000 | 100101 | 111011 | 101000101 | 1001111 | 10111 |
Color Harmonies of #680C42
Complementary color
Monochromatic Colors of #680C42
Black with #680C42
Text Example
Text Example
White with #680C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680C42; }
p { color: rgb(104,12,66); }
H1.HeaderClassName
{
color: #680C42;
}
.AnyTagClassName
{
color: #680C42;
}
</style>
background-color css
<style>
a { background-color: #680C42; }
a { background-color: rgb(104,12,66); }
div.DivClassName
{
background-color: #680C42;
}
.BgClassName
{
background-color: #680C42;
}
</style>
border-color css
<style>
span { border-color: #680C42; }
span { border-color: rgb(104,12,66); }
td.TdClassName
{
border-color: #680C42;
}
.TagClassName
{
border-color: #680C42;
}
</style>