Shades of Tyrian Purple #68092D
Tints of Tyrian Purple #68092D
RGB
CMYK
RGB Variations
Color information
#68092D (or 0x68092D) is known color: Tyrian Purple. HEX triplet: 68, 09 and 2D. RGB value is (104,9,45). Sum of RGB (Red+Green+Blue) = 104+9+45=158 (20% of max value = 765). Red value is 104 (41.02% from 255 or 65.82% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 45 (17.97% from 255 or 28.48% from 158); Max value from RGB is 104 - color contains mainly: red. Hex color #68092D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68092D is #97F6D2. Grayscale: #292929. Windows color (decimal): -9959123 or 2951528. OLE color: 2951528.
HSL color Cylindrical-coordinate representation of color #68092D: hue angle of 337.26º 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 #68092D is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 9 | 45 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.59 |
| HSL | 337.26º | 0.84% | 0.22% | - |
| HSV(B) | 337.26º | 0.91% | 0.41% | - |
| XYZ | 6.28 | 3.33 | 2.79 | - |
| YUV | 41.51 | 129.97 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 9 | 45 | 0 | 0.91 | 0.57 | 0.59 | 337.26 | 0.84 | 0.22 |
| Hex | 68 | 9 | 2D | 0 | 5B | 39 | 3B | 151 | 54 | 16 |
| Octal | 150 | 11 | 55 | 0 | 133 | 71 | 73 | 521 | 124 | 26 |
| Binary | 1101000 | 1001 | 101101 | 0 | 1011011 | 111001 | 111011 | 101010001 | 1010100 | 10110 |
Color Harmonies of #68092D
Complementary color
Monochromatic Colors of #68092D
Black with #68092D
Text Example
Text Example
White with #68092D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68092D; }
p { color: rgb(104,9,45); }
H1.HeaderClassName
{
color: #68092D;
}
.AnyTagClassName
{
color: #68092D;
}
</style>
background-color css
<style>
a { background-color: #68092D; }
a { background-color: rgb(104,9,45); }
div.DivClassName
{
background-color: #68092D;
}
.BgClassName
{
background-color: #68092D;
}
</style>
border-color css
<style>
span { border-color: #68092D; }
span { border-color: rgb(104,9,45); }
td.TdClassName
{
border-color: #68092D;
}
.TagClassName
{
border-color: #68092D;
}
</style>