Shades of Tyrian Purple #680D44
Tints of Tyrian Purple #680D44
RGB
CMYK
RGB Variations
Color information
#680D44 (or 0x680D44) is known color: Tyrian Purple. HEX triplet: 68, 0D and 44. RGB value is (104,13,68). Sum of RGB (Red+Green+Blue) = 104+13+68=185 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.22% from 185); Green value is 13 (5.47% from 255 or 7.03% from 185); Blue value is 68 (26.95% from 255 or 36.76% from 185); Max value from RGB is 104 - color contains mainly: red. Hex color #680D44 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680D44 is #97F2BB. Grayscale: #2E2E2E. Windows color (decimal): -9958076 or 4459880. OLE color: 4459880.
HSL color Cylindrical-coordinate representation of color #680D44: hue angle of 323.74º degrees, saturation: 0.78, 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 #680D44 is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 13 | 68 | - |
| CMYK | 0 | 0.88 | 0.35 | 0.59 |
| HSL | 323.74º | 0.78% | 0.23% | - |
| HSV(B) | 323.74º | 0.88% | 0.41% | - |
| XYZ | 6.9 | 3.65 | 5.81 | - |
| YUV | 46.48 | 140.15 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 13 | 68 | 0 | 0.88 | 0.35 | 0.59 | 323.74 | 0.78 | 0.23 |
| Hex | 68 | D | 44 | 0 | 58 | 23 | 3B | 144 | 4E | 17 |
| Octal | 150 | 15 | 104 | 0 | 130 | 43 | 73 | 504 | 116 | 27 |
| Binary | 1101000 | 1101 | 1000100 | 0 | 1011000 | 100011 | 111011 | 101000100 | 1001110 | 10111 |
Color Harmonies of #680D44
Complementary color
Monochromatic Colors of #680D44
Black with #680D44
Text Example
Text Example
White with #680D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680D44; }
p { color: rgb(104,13,68); }
H1.HeaderClassName
{
color: #680D44;
}
.AnyTagClassName
{
color: #680D44;
}
</style>
background-color css
<style>
a { background-color: #680D44; }
a { background-color: rgb(104,13,68); }
div.DivClassName
{
background-color: #680D44;
}
.BgClassName
{
background-color: #680D44;
}
</style>
border-color css
<style>
span { border-color: #680D44; }
span { border-color: rgb(104,13,68); }
td.TdClassName
{
border-color: #680D44;
}
.TagClassName
{
border-color: #680D44;
}
</style>