Shades of Tyrian Purple #680B44
Tints of Tyrian Purple #680B44
RGB
CMYK
RGB Variations
Color information
#680B44 (or 0x680B44) is known color: Tyrian Purple. HEX triplet: 68, 0B and 44. RGB value is (104,11,68). Sum of RGB (Red+Green+Blue) = 104+11+68=183 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.83% from 183); Green value is 11 (4.69% from 255 or 6.01% from 183); Blue value is 68 (26.95% from 255 or 37.16% from 183); Max value from RGB is 104 - color contains mainly: red. Hex color #680B44 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680B44 is #97F4BB. Grayscale: #2D2D2D. Windows color (decimal): -9958588 or 4459368. OLE color: 4459368.
HSL color Cylindrical-coordinate representation of color #680B44: hue angle of 323.23º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #680B44 is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 11 | 68 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.59 |
| HSL | 323.23º | 0.81% | 0.23% | - |
| HSV(B) | 323.23º | 0.89% | 0.41% | - |
| XYZ | 6.87 | 3.6 | 5.8 | - |
| YUV | 45.31 | 140.81 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 11 | 68 | 0 | 0.89 | 0.35 | 0.59 | 323.23 | 0.81 | 0.23 |
| Hex | 68 | B | 44 | 0 | 59 | 23 | 3B | 143 | 51 | 17 |
| Octal | 150 | 13 | 104 | 0 | 131 | 43 | 73 | 503 | 121 | 27 |
| Binary | 1101000 | 1011 | 1000100 | 0 | 1011001 | 100011 | 111011 | 101000011 | 1010001 | 10111 |
Color Harmonies of #680B44
Complementary color
Monochromatic Colors of #680B44
Black with #680B44
Text Example
Text Example
White with #680B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680B44; }
p { color: rgb(104,11,68); }
H1.HeaderClassName
{
color: #680B44;
}
.AnyTagClassName
{
color: #680B44;
}
</style>
background-color css
<style>
a { background-color: #680B44; }
a { background-color: rgb(104,11,68); }
div.DivClassName
{
background-color: #680B44;
}
.BgClassName
{
background-color: #680B44;
}
</style>
border-color css
<style>
span { border-color: #680B44; }
span { border-color: rgb(104,11,68); }
td.TdClassName
{
border-color: #680B44;
}
.TagClassName
{
border-color: #680B44;
}
</style>