Shades of Tyrian Purple #680B34
Tints of Tyrian Purple #680B34
RGB
CMYK
RGB Variations
Color information
#680B34 (or 0x680B34) is known color: Tyrian Purple. HEX triplet: 68, 0B and 34. RGB value is (104,11,52). Sum of RGB (Red+Green+Blue) = 104+11+52=167 (22% of max value = 765). Red value is 104 (41.02% from 255 or 62.28% from 167); Green value is 11 (4.69% from 255 or 6.59% from 167); Blue value is 52 (20.70% from 255 or 31.14% from 167); Max value from RGB is 104 - color contains mainly: red. Hex color #680B34 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680B34 is #97F4CB. Grayscale: #2B2B2B. Windows color (decimal): -9958604 or 3410792. OLE color: 3410792.
HSL color Cylindrical-coordinate representation of color #680B34: hue angle of 333.55º 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 #680B34 is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 11 | 52 | - |
| CMYK | 0 | 0.89 | 0.50 | 0.59 |
| HSL | 333.55º | 0.81% | 0.23% | - |
| HSV(B) | 333.55º | 0.89% | 0.41% | - |
| XYZ | 6.45 | 3.43 | 3.57 | - |
| YUV | 43.48 | 132.81 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 11 | 52 | 0 | 0.89 | 0.50 | 0.59 | 333.55 | 0.81 | 0.23 |
| Hex | 68 | B | 34 | 0 | 59 | 32 | 3B | 14E | 51 | 17 |
| Octal | 150 | 13 | 64 | 0 | 131 | 62 | 73 | 516 | 121 | 27 |
| Binary | 1101000 | 1011 | 110100 | 0 | 1011001 | 110010 | 111011 | 101001110 | 1010001 | 10111 |
Color Harmonies of #680B34
Complementary color
Monochromatic Colors of #680B34
Black with #680B34
Text Example
Text Example
White with #680B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680B34; }
p { color: rgb(104,11,52); }
H1.HeaderClassName
{
color: #680B34;
}
.AnyTagClassName
{
color: #680B34;
}
</style>
background-color css
<style>
a { background-color: #680B34; }
a { background-color: rgb(104,11,52); }
div.DivClassName
{
background-color: #680B34;
}
.BgClassName
{
background-color: #680B34;
}
</style>
border-color css
<style>
span { border-color: #680B34; }
span { border-color: rgb(104,11,52); }
td.TdClassName
{
border-color: #680B34;
}
.TagClassName
{
border-color: #680B34;
}
</style>