Shades of Tyrian Purple #680B30
Tints of Tyrian Purple #680B30
RGB
CMYK
RGB Variations
Color information
#680B30 (or 0x680B30) is known color: Tyrian Purple. HEX triplet: 68, 0B and 30. RGB value is (104,11,48). Sum of RGB (Red+Green+Blue) = 104+11+48=163 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.80% from 163); Green value is 11 (4.69% from 255 or 6.75% from 163); Blue value is 48 (19.14% from 255 or 29.45% from 163); Max value from RGB is 104 - color contains mainly: red. Hex color #680B30 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680B30 is #97F4CF. Grayscale: #2A2A2A. Windows color (decimal): -9958608 or 3148648. OLE color: 3148648.
HSL color Cylindrical-coordinate representation of color #680B30: hue angle of 336.13º 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 #680B30 is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 11 | 48 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.59 |
| HSL | 336.13º | 0.81% | 0.23% | - |
| HSV(B) | 336.13º | 0.89% | 0.41% | - |
| XYZ | 6.36 | 3.4 | 3.12 | - |
| YUV | 43.03 | 130.81 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 11 | 48 | 0 | 0.89 | 0.54 | 0.59 | 336.13 | 0.81 | 0.23 |
| Hex | 68 | B | 30 | 0 | 59 | 36 | 3B | 150 | 51 | 17 |
| Octal | 150 | 13 | 60 | 0 | 131 | 66 | 73 | 520 | 121 | 27 |
| Binary | 1101000 | 1011 | 110000 | 0 | 1011001 | 110110 | 111011 | 101010000 | 1010001 | 10111 |
Color Harmonies of #680B30
Complementary color
Monochromatic Colors of #680B30
Black with #680B30
Text Example
Text Example
White with #680B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680B30; }
p { color: rgb(104,11,48); }
H1.HeaderClassName
{
color: #680B30;
}
.AnyTagClassName
{
color: #680B30;
}
</style>
background-color css
<style>
a { background-color: #680B30; }
a { background-color: rgb(104,11,48); }
div.DivClassName
{
background-color: #680B30;
}
.BgClassName
{
background-color: #680B30;
}
</style>
border-color css
<style>
span { border-color: #680B30; }
span { border-color: rgb(104,11,48); }
td.TdClassName
{
border-color: #680B30;
}
.TagClassName
{
border-color: #680B30;
}
</style>