Shades of Tyrian Purple #680C3D
Tints of Tyrian Purple #680C3D
RGB
CMYK
RGB Variations
Color information
#680C3D (or 0x680C3D) is known color: Tyrian Purple. HEX triplet: 68, 0C and 3D. RGB value is (104,12,61). Sum of RGB (Red+Green+Blue) = 104+12+61=177 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.76% from 177); Green value is 12 (5.08% from 255 or 6.78% from 177); Blue value is 61 (24.22% from 255 or 34.46% from 177); Max value from RGB is 104 - color contains mainly: red. Hex color #680C3D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680C3D is #97F3C2. Grayscale: #2C2C2C. Windows color (decimal): -9958339 or 4000872. OLE color: 4000872.
HSL color Cylindrical-coordinate representation of color #680C3D: hue angle of 328.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 #680C3D is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 12 | 61 | - |
| CMYK | 0 | 0.88 | 0.41 | 0.59 |
| HSL | 328.04º | 0.79% | 0.23% | - |
| HSV(B) | 328.04º | 0.88% | 0.41% | - |
| XYZ | 6.68 | 3.54 | 4.75 | - |
| YUV | 45.09 | 136.98 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 12 | 61 | 0 | 0.88 | 0.41 | 0.59 | 328.04 | 0.79 | 0.23 |
| Hex | 68 | C | 3D | 0 | 58 | 29 | 3B | 148 | 4F | 17 |
| Octal | 150 | 14 | 75 | 0 | 130 | 51 | 73 | 510 | 117 | 27 |
| Binary | 1101000 | 1100 | 111101 | 0 | 1011000 | 101001 | 111011 | 101001000 | 1001111 | 10111 |
Color Harmonies of #680C3D
Complementary color
Monochromatic Colors of #680C3D
Black with #680C3D
Text Example
Text Example
White with #680C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680C3D; }
p { color: rgb(104,12,61); }
H1.HeaderClassName
{
color: #680C3D;
}
.AnyTagClassName
{
color: #680C3D;
}
</style>
background-color css
<style>
a { background-color: #680C3D; }
a { background-color: rgb(104,12,61); }
div.DivClassName
{
background-color: #680C3D;
}
.BgClassName
{
background-color: #680C3D;
}
</style>
border-color css
<style>
span { border-color: #680C3D; }
span { border-color: rgb(104,12,61); }
td.TdClassName
{
border-color: #680C3D;
}
.TagClassName
{
border-color: #680C3D;
}
</style>