Shades of Tyrian Purple #68032C
Tints of Tyrian Purple #68032C
RGB
CMYK
RGB Variations
Color information
#68032C (or 0x68032C) is known color: Tyrian Purple. HEX triplet: 68, 03 and 2C. RGB value is (104,3,44). Sum of RGB (Red+Green+Blue) = 104+3+44=151 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.87% from 151); Green value is 3 (1.56% from 255 or 1.99% from 151); Blue value is 44 (17.58% from 255 or 29.14% from 151); Max value from RGB is 104 - color contains mainly: red. Hex color #68032C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68032C is #97FCD3. Grayscale: #252525. Windows color (decimal): -9960660 or 2884456. OLE color: 2884456.
HSL color Cylindrical-coordinate representation of color #68032C: hue angle of 335.64º 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 #68032C is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 3 | 44 | - |
| CMYK | 0 | 0.97 | 0.58 | 0.59 |
| HSL | 335.64º | 0.94% | 0.21% | - |
| HSV(B) | 335.64º | 0.97% | 0.41% | - |
| XYZ | 6.2 | 3.19 | 2.67 | - |
| YUV | 37.87 | 131.46 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 3 | 44 | 0 | 0.97 | 0.58 | 0.59 | 335.64 | 0.94 | 0.21 |
| Hex | 68 | 3 | 2C | 0 | 61 | 3A | 3B | 150 | 5E | 15 |
| Octal | 150 | 3 | 54 | 0 | 141 | 72 | 73 | 520 | 136 | 25 |
| Binary | 1101000 | 11 | 101100 | 0 | 1100001 | 111010 | 111011 | 101010000 | 1011110 | 10101 |
Color Harmonies of #68032C
Complementary color
Monochromatic Colors of #68032C
Black with #68032C
Text Example
Text Example
White with #68032C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68032C; }
p { color: rgb(104,3,44); }
H1.HeaderClassName
{
color: #68032C;
}
.AnyTagClassName
{
color: #68032C;
}
</style>
background-color css
<style>
a { background-color: #68032C; }
a { background-color: rgb(104,3,44); }
div.DivClassName
{
background-color: #68032C;
}
.BgClassName
{
background-color: #68032C;
}
</style>
border-color css
<style>
span { border-color: #68032C; }
span { border-color: rgb(104,3,44); }
td.TdClassName
{
border-color: #68032C;
}
.TagClassName
{
border-color: #68032C;
}
</style>