Shades of Tyrian Purple #68094D
Tints of Tyrian Purple #68094D
RGB
CMYK
RGB Variations
Color information
#68094D (or 0x68094D) is known color: Tyrian Purple. HEX triplet: 68, 09 and 4D. RGB value is (104,9,77). Sum of RGB (Red+Green+Blue) = 104+9+77=190 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.74% from 190); Green value is 9 (3.91% from 255 or 4.74% from 190); Blue value is 77 (30.47% from 255 or 40.53% from 190); Max value from RGB is 104 - color contains mainly: red. Hex color #68094D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68094D is #97F6B2. Grayscale: #2C2C2C. Windows color (decimal): -9959091 or 5048680. OLE color: 5048680.
HSL color Cylindrical-coordinate representation of color #68094D: hue angle of 317.05º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #68094D is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 9 | 77 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.59 |
| HSL | 317.05º | 0.84% | 0.22% | - |
| HSV(B) | 317.05º | 0.91% | 0.41% | - |
| XYZ | 7.15 | 3.67 | 7.35 | - |
| YUV | 45.16 | 145.97 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 9 | 77 | 0 | 0.91 | 0.26 | 0.59 | 317.05 | 0.84 | 0.22 |
| Hex | 68 | 9 | 4D | 0 | 5B | 1A | 3B | 13D | 54 | 16 |
| Octal | 150 | 11 | 115 | 0 | 133 | 32 | 73 | 475 | 124 | 26 |
| Binary | 1101000 | 1001 | 1001101 | 0 | 1011011 | 11010 | 111011 | 100111101 | 1010100 | 10110 |
Color Harmonies of #68094D
Complementary color
Monochromatic Colors of #68094D
Black with #68094D
Text Example
Text Example
White with #68094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68094D; }
p { color: rgb(104,9,77); }
H1.HeaderClassName
{
color: #68094D;
}
.AnyTagClassName
{
color: #68094D;
}
</style>
background-color css
<style>
a { background-color: #68094D; }
a { background-color: rgb(104,9,77); }
div.DivClassName
{
background-color: #68094D;
}
.BgClassName
{
background-color: #68094D;
}
</style>
border-color css
<style>
span { border-color: #68094D; }
span { border-color: rgb(104,9,77); }
td.TdClassName
{
border-color: #68094D;
}
.TagClassName
{
border-color: #68094D;
}
</style>