Shades of Tyrian Purple #68093F
Tints of Tyrian Purple #68093F
RGB
CMYK
RGB Variations
Color information
#68093F (or 0x68093F) is known color: Tyrian Purple. HEX triplet: 68, 09 and 3F. RGB value is (104,9,63). Sum of RGB (Red+Green+Blue) = 104+9+63=176 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.09% from 176); Green value is 9 (3.91% from 255 or 5.11% from 176); Blue value is 63 (25% from 255 or 35.80% from 176); Max value from RGB is 104 - color contains mainly: red. Hex color #68093F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68093F is #97F6C0. Grayscale: #2B2B2B. Windows color (decimal): -9959105 or 4131176. OLE color: 4131176.
HSL color Cylindrical-coordinate representation of color #68093F: hue angle of 325.89º 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 #68093F is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 9 | 63 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.59 |
| HSL | 325.89º | 0.84% | 0.22% | - |
| HSV(B) | 325.89º | 0.91% | 0.41% | - |
| XYZ | 6.7 | 3.5 | 5.02 | - |
| YUV | 43.56 | 138.97 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 9 | 63 | 0 | 0.91 | 0.39 | 0.59 | 325.89 | 0.84 | 0.22 |
| Hex | 68 | 9 | 3F | 0 | 5B | 27 | 3B | 146 | 54 | 16 |
| Octal | 150 | 11 | 77 | 0 | 133 | 47 | 73 | 506 | 124 | 26 |
| Binary | 1101000 | 1001 | 111111 | 0 | 1011011 | 100111 | 111011 | 101000110 | 1010100 | 10110 |
Color Harmonies of #68093F
Complementary color
Monochromatic Colors of #68093F
Black with #68093F
Text Example
Text Example
White with #68093F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68093F; }
p { color: rgb(104,9,63); }
H1.HeaderClassName
{
color: #68093F;
}
.AnyTagClassName
{
color: #68093F;
}
</style>
background-color css
<style>
a { background-color: #68093F; }
a { background-color: rgb(104,9,63); }
div.DivClassName
{
background-color: #68093F;
}
.BgClassName
{
background-color: #68093F;
}
</style>
border-color css
<style>
span { border-color: #68093F; }
span { border-color: rgb(104,9,63); }
td.TdClassName
{
border-color: #68093F;
}
.TagClassName
{
border-color: #68093F;
}
</style>