Shades of Tyrian Purple #68032B
Tints of Tyrian Purple #68032B
RGB
CMYK
RGB Variations
Color information
#68032B (or 0x68032B) is known color: Tyrian Purple. HEX triplet: 68, 03 and 2B. RGB value is (104,3,43). Sum of RGB (Red+Green+Blue) = 104+3+43=150 (19% of max value = 765). Red value is 104 (41.02% from 255 or 69.33% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 43 (17.19% from 255 or 28.67% from 150); Max value from RGB is 104 - color contains mainly: red. Hex color #68032B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68032B is #97FCD4. Grayscale: #252525. Windows color (decimal): -9960661 or 2818920. OLE color: 2818920.
HSL color Cylindrical-coordinate representation of color #68032B: hue angle of 336.24º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #68032B is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 3 | 43 | - |
| CMYK | 0 | 0.97 | 0.59 | 0.59 |
| HSL | 336.24º | 0.94% | 0.21% | - |
| HSV(B) | 336.24º | 0.97% | 0.41% | - |
| XYZ | 6.18 | 3.18 | 2.57 | - |
| YUV | 37.76 | 130.96 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 3 | 43 | 0 | 0.97 | 0.59 | 0.59 | 336.24 | 0.94 | 0.21 |
| Hex | 68 | 3 | 2B | 0 | 61 | 3B | 3B | 150 | 5E | 15 |
| Octal | 150 | 3 | 53 | 0 | 141 | 73 | 73 | 520 | 136 | 25 |
| Binary | 1101000 | 11 | 101011 | 0 | 1100001 | 111011 | 111011 | 101010000 | 1011110 | 10101 |
Color Harmonies of #68032B
Complementary color
Monochromatic Colors of #68032B
Black with #68032B
Text Example
Text Example
White with #68032B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68032B; }
p { color: rgb(104,3,43); }
H1.HeaderClassName
{
color: #68032B;
}
.AnyTagClassName
{
color: #68032B;
}
</style>
background-color css
<style>
a { background-color: #68032B; }
a { background-color: rgb(104,3,43); }
div.DivClassName
{
background-color: #68032B;
}
.BgClassName
{
background-color: #68032B;
}
</style>
border-color css
<style>
span { border-color: #68032B; }
span { border-color: rgb(104,3,43); }
td.TdClassName
{
border-color: #68032B;
}
.TagClassName
{
border-color: #68032B;
}
</style>