Shades of Tyrian Purple #680A3D
Tints of Tyrian Purple #680A3D
RGB
CMYK
RGB Variations
Color information
#680A3D (or 0x680A3D) is known color: Tyrian Purple. HEX triplet: 68, 0A and 3D. RGB value is (104,10,61). Sum of RGB (Red+Green+Blue) = 104+10+61=175 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.43% from 175); Green value is 10 (4.30% from 255 or 5.71% from 175); Blue value is 61 (24.22% from 255 or 34.86% from 175); Max value from RGB is 104 - color contains mainly: red. Hex color #680A3D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680A3D is #97F5C2. Grayscale: #2B2B2B. Windows color (decimal): -9958851 or 4000360. OLE color: 4000360.
HSL color Cylindrical-coordinate representation of color #680A3D: hue angle of 327.45º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #680A3D is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 10 | 61 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.59 |
| HSL | 327.45º | 0.82% | 0.22% | - |
| HSV(B) | 327.45º | 0.9% | 0.41% | - |
| XYZ | 6.66 | 3.5 | 4.74 | - |
| YUV | 43.92 | 137.64 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 10 | 61 | 0 | 0.90 | 0.41 | 0.59 | 327.45 | 0.82 | 0.22 |
| Hex | 68 | A | 3D | 0 | 5A | 29 | 3B | 147 | 52 | 16 |
| Octal | 150 | 12 | 75 | 0 | 132 | 51 | 73 | 507 | 122 | 26 |
| Binary | 1101000 | 1010 | 111101 | 0 | 1011010 | 101001 | 111011 | 101000111 | 1010010 | 10110 |
Color Harmonies of #680A3D
Complementary color
Monochromatic Colors of #680A3D
Black with #680A3D
Text Example
Text Example
White with #680A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680A3D; }
p { color: rgb(104,10,61); }
H1.HeaderClassName
{
color: #680A3D;
}
.AnyTagClassName
{
color: #680A3D;
}
</style>
background-color css
<style>
a { background-color: #680A3D; }
a { background-color: rgb(104,10,61); }
div.DivClassName
{
background-color: #680A3D;
}
.BgClassName
{
background-color: #680A3D;
}
</style>
border-color css
<style>
span { border-color: #680A3D; }
span { border-color: rgb(104,10,61); }
td.TdClassName
{
border-color: #680A3D;
}
.TagClassName
{
border-color: #680A3D;
}
</style>