Shades of Tyrian Purple #68093A
Tints of Tyrian Purple #68093A
RGB
CMYK
RGB Variations
Color information
#68093A (or 0x68093A) is known color: Tyrian Purple. HEX triplet: 68, 09 and 3A. RGB value is (104,9,58). Sum of RGB (Red+Green+Blue) = 104+9+58=171 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.82% from 171); Green value is 9 (3.91% from 255 or 5.26% from 171); Blue value is 58 (23.05% from 255 or 33.92% from 171); Max value from RGB is 104 - color contains mainly: red. Hex color #68093A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68093A is #97F6C5. Grayscale: #2A2A2A. Windows color (decimal): -9959110 or 3803496. OLE color: 3803496.
HSL color Cylindrical-coordinate representation of color #68093A: hue angle of 329.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 #68093A is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 9 | 58 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.59 |
| HSL | 329.05º | 0.84% | 0.22% | - |
| HSV(B) | 329.05º | 0.91% | 0.41% | - |
| XYZ | 6.57 | 3.44 | 4.32 | - |
| YUV | 42.99 | 136.47 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 9 | 58 | 0 | 0.91 | 0.44 | 0.59 | 329.05 | 0.84 | 0.22 |
| Hex | 68 | 9 | 3A | 0 | 5B | 2C | 3B | 149 | 54 | 16 |
| Octal | 150 | 11 | 72 | 0 | 133 | 54 | 73 | 511 | 124 | 26 |
| Binary | 1101000 | 1001 | 111010 | 0 | 1011011 | 101100 | 111011 | 101001001 | 1010100 | 10110 |
Color Harmonies of #68093A
Complementary color
Monochromatic Colors of #68093A
Black with #68093A
Text Example
Text Example
White with #68093A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68093A; }
p { color: rgb(104,9,58); }
H1.HeaderClassName
{
color: #68093A;
}
.AnyTagClassName
{
color: #68093A;
}
</style>
background-color css
<style>
a { background-color: #68093A; }
a { background-color: rgb(104,9,58); }
div.DivClassName
{
background-color: #68093A;
}
.BgClassName
{
background-color: #68093A;
}
</style>
border-color css
<style>
span { border-color: #68093A; }
span { border-color: rgb(104,9,58); }
td.TdClassName
{
border-color: #68093A;
}
.TagClassName
{
border-color: #68093A;
}
</style>