Shades of Tyrian Purple #68044A
Tints of Tyrian Purple #68044A
RGB
CMYK
RGB Variations
Color information
#68044A (or 0x68044A) is known color: Tyrian Purple. HEX triplet: 68, 04 and 4A. RGB value is (104,4,74). Sum of RGB (Red+Green+Blue) = 104+4+74=182 (24% of max value = 765). Red value is 104 (41.02% from 255 or 57.14% from 182); Green value is 4 (1.95% from 255 or 2.20% from 182); Blue value is 74 (29.30% from 255 or 40.66% from 182); Max value from RGB is 104 - color contains mainly: red. Hex color #68044A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68044A is #97FBB5. Grayscale: #292929. Windows color (decimal): -9960374 or 4850792. OLE color: 4850792.
HSL color Cylindrical-coordinate representation of color #68044A: hue angle of 318º 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 #68044A is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 4 | 74 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.59 |
| HSL | 318º | 0.93% | 0.21% | - |
| HSV(B) | 318º | 0.96% | 0.41% | - |
| XYZ | 6.99 | 3.52 | 6.79 | - |
| YUV | 41.88 | 146.13 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 4 | 74 | 0 | 0.96 | 0.29 | 0.59 | 318 | 0.93 | 0.21 |
| Hex | 68 | 4 | 4A | 0 | 60 | 1D | 3B | 13E | 5D | 15 |
| Octal | 150 | 4 | 112 | 0 | 140 | 35 | 73 | 476 | 135 | 25 |
| Binary | 1101000 | 100 | 1001010 | 0 | 1100000 | 11101 | 111011 | 100111110 | 1011101 | 10101 |
Color Harmonies of #68044A
Complementary color
Monochromatic Colors of #68044A
Black with #68044A
Text Example
Text Example
White with #68044A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68044A; }
p { color: rgb(104,4,74); }
H1.HeaderClassName
{
color: #68044A;
}
.AnyTagClassName
{
color: #68044A;
}
</style>
background-color css
<style>
a { background-color: #68044A; }
a { background-color: rgb(104,4,74); }
div.DivClassName
{
background-color: #68044A;
}
.BgClassName
{
background-color: #68044A;
}
</style>
border-color css
<style>
span { border-color: #68044A; }
span { border-color: rgb(104,4,74); }
td.TdClassName
{
border-color: #68044A;
}
.TagClassName
{
border-color: #68044A;
}
</style>