Shades of Tyrian Purple #68044D
Tints of Tyrian Purple #68044D
RGB
CMYK
RGB Variations
Color information
#68044D (or 0x68044D) is known color: Tyrian Purple. HEX triplet: 68, 04 and 4D. RGB value is (104,4,77). Sum of RGB (Red+Green+Blue) = 104+4+77=185 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.22% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 77 (30.47% from 255 or 41.62% from 185); Max value from RGB is 104 - color contains mainly: red. Hex color #68044D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68044D is #97FBB2. Grayscale: #2A2A2A. Windows color (decimal): -9960371 or 5047400. OLE color: 5047400.
HSL color Cylindrical-coordinate representation of color #68044D: hue angle of 316.2º 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 #68044D is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 4 | 77 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.59 |
| HSL | 316.2º | 0.93% | 0.21% | - |
| HSV(B) | 316.2º | 0.96% | 0.41% | - |
| XYZ | 7.09 | 3.57 | 7.34 | - |
| YUV | 42.22 | 147.63 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 4 | 77 | 0 | 0.96 | 0.26 | 0.59 | 316.2 | 0.93 | 0.21 |
| Hex | 68 | 4 | 4D | 0 | 60 | 1A | 3B | 13C | 5D | 15 |
| Octal | 150 | 4 | 115 | 0 | 140 | 32 | 73 | 474 | 135 | 25 |
| Binary | 1101000 | 100 | 1001101 | 0 | 1100000 | 11010 | 111011 | 100111100 | 1011101 | 10101 |
Color Harmonies of #68044D
Complementary color
Monochromatic Colors of #68044D
Black with #68044D
Text Example
Text Example
White with #68044D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68044D; }
p { color: rgb(104,4,77); }
H1.HeaderClassName
{
color: #68044D;
}
.AnyTagClassName
{
color: #68044D;
}
</style>
background-color css
<style>
a { background-color: #68044D; }
a { background-color: rgb(104,4,77); }
div.DivClassName
{
background-color: #68044D;
}
.BgClassName
{
background-color: #68044D;
}
</style>
border-color css
<style>
span { border-color: #68044D; }
span { border-color: rgb(104,4,77); }
td.TdClassName
{
border-color: #68044D;
}
.TagClassName
{
border-color: #68044D;
}
</style>