Shades of Tyrian Purple #680B40
Tints of Tyrian Purple #680B40
RGB
CMYK
RGB Variations
Color information
#680B40 (or 0x680B40) is known color: Tyrian Purple. HEX triplet: 68, 0B and 40. RGB value is (104,11,64). Sum of RGB (Red+Green+Blue) = 104+11+64=179 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.10% from 179); Green value is 11 (4.69% from 255 or 6.15% from 179); Blue value is 64 (25.39% from 255 or 35.75% from 179); Max value from RGB is 104 - color contains mainly: red. Hex color #680B40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680B40 is #97F4BF. Grayscale: #2C2C2C. Windows color (decimal): -9958592 or 4197224. OLE color: 4197224.
HSL color Cylindrical-coordinate representation of color #680B40: hue angle of 325.81º 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 #680B40 is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 11 | 64 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.59 |
| HSL | 325.81º | 0.81% | 0.23% | - |
| HSV(B) | 325.81º | 0.89% | 0.41% | - |
| XYZ | 6.75 | 3.55 | 5.18 | - |
| YUV | 44.85 | 138.81 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 11 | 64 | 0 | 0.89 | 0.38 | 0.59 | 325.81 | 0.81 | 0.23 |
| Hex | 68 | B | 40 | 0 | 59 | 26 | 3B | 146 | 51 | 17 |
| Octal | 150 | 13 | 100 | 0 | 131 | 46 | 73 | 506 | 121 | 27 |
| Binary | 1101000 | 1011 | 1000000 | 0 | 1011001 | 100110 | 111011 | 101000110 | 1010001 | 10111 |
Color Harmonies of #680B40
Complementary color
Monochromatic Colors of #680B40
Black with #680B40
Text Example
Text Example
White with #680B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680B40; }
p { color: rgb(104,11,64); }
H1.HeaderClassName
{
color: #680B40;
}
.AnyTagClassName
{
color: #680B40;
}
</style>
background-color css
<style>
a { background-color: #680B40; }
a { background-color: rgb(104,11,64); }
div.DivClassName
{
background-color: #680B40;
}
.BgClassName
{
background-color: #680B40;
}
</style>
border-color css
<style>
span { border-color: #680B40; }
span { border-color: rgb(104,11,64); }
td.TdClassName
{
border-color: #680B40;
}
.TagClassName
{
border-color: #680B40;
}
</style>