Shades of Tyrian Purple #68043B
Tints of Tyrian Purple #68043B
RGB
CMYK
RGB Variations
Color information
#68043B (or 0x68043B) is known color: Tyrian Purple. HEX triplet: 68, 04 and 3B. RGB value is (104,4,59). Sum of RGB (Red+Green+Blue) = 104+4+59=167 (22% of max value = 765). Red value is 104 (41.02% from 255 or 62.28% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 59 (23.44% from 255 or 35.33% from 167); Max value from RGB is 104 - color contains mainly: red. Hex color #68043B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68043B is #97FBC4. Grayscale: #282828. Windows color (decimal): -9960389 or 3867752. OLE color: 3867752.
HSL color Cylindrical-coordinate representation of color #68043B: hue angle of 327º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #68043B is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 4 | 59 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.59 |
| HSL | 327º | 0.93% | 0.21% | - |
| HSV(B) | 327º | 0.96% | 0.41% | - |
| XYZ | 6.54 | 3.35 | 4.44 | - |
| YUV | 40.17 | 138.63 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 4 | 59 | 0 | 0.96 | 0.43 | 0.59 | 327 | 0.93 | 0.21 |
| Hex | 68 | 4 | 3B | 0 | 60 | 2B | 3B | 147 | 5D | 15 |
| Octal | 150 | 4 | 73 | 0 | 140 | 53 | 73 | 507 | 135 | 25 |
| Binary | 1101000 | 100 | 111011 | 0 | 1100000 | 101011 | 111011 | 101000111 | 1011101 | 10101 |
Color Harmonies of #68043B
Complementary color
Monochromatic Colors of #68043B
Black with #68043B
Text Example
Text Example
White with #68043B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68043B; }
p { color: rgb(104,4,59); }
H1.HeaderClassName
{
color: #68043B;
}
.AnyTagClassName
{
color: #68043B;
}
</style>
background-color css
<style>
a { background-color: #68043B; }
a { background-color: rgb(104,4,59); }
div.DivClassName
{
background-color: #68043B;
}
.BgClassName
{
background-color: #68043B;
}
</style>
border-color css
<style>
span { border-color: #68043B; }
span { border-color: rgb(104,4,59); }
td.TdClassName
{
border-color: #68043B;
}
.TagClassName
{
border-color: #68043B;
}
</style>