Shades of Tyrian Purple #68093D
Tints of Tyrian Purple #68093D
RGB
CMYK
RGB Variations
Color information
#68093D (or 0x68093D) is known color: Tyrian Purple. HEX triplet: 68, 09 and 3D. RGB value is (104,9,61). Sum of RGB (Red+Green+Blue) = 104+9+61=174 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.77% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 61 (24.22% from 255 or 35.06% from 174); Max value from RGB is 104 - color contains mainly: red. Hex color #68093D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68093D is #97F6C2. Grayscale: #2B2B2B. Windows color (decimal): -9959107 or 4000104. OLE color: 4000104.
HSL color Cylindrical-coordinate representation of color #68093D: hue angle of 327.16º 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 #68093D is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 9 | 61 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.59 |
| HSL | 327.16º | 0.84% | 0.22% | - |
| HSV(B) | 327.16º | 0.91% | 0.41% | - |
| XYZ | 6.65 | 3.48 | 4.74 | - |
| YUV | 43.33 | 137.97 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 9 | 61 | 0 | 0.91 | 0.41 | 0.59 | 327.16 | 0.84 | 0.22 |
| Hex | 68 | 9 | 3D | 0 | 5B | 29 | 3B | 147 | 54 | 16 |
| Octal | 150 | 11 | 75 | 0 | 133 | 51 | 73 | 507 | 124 | 26 |
| Binary | 1101000 | 1001 | 111101 | 0 | 1011011 | 101001 | 111011 | 101000111 | 1010100 | 10110 |
Color Harmonies of #68093D
Complementary color
Monochromatic Colors of #68093D
Black with #68093D
Text Example
Text Example
White with #68093D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68093D; }
p { color: rgb(104,9,61); }
H1.HeaderClassName
{
color: #68093D;
}
.AnyTagClassName
{
color: #68093D;
}
</style>
background-color css
<style>
a { background-color: #68093D; }
a { background-color: rgb(104,9,61); }
div.DivClassName
{
background-color: #68093D;
}
.BgClassName
{
background-color: #68093D;
}
</style>
border-color css
<style>
span { border-color: #68093D; }
span { border-color: rgb(104,9,61); }
td.TdClassName
{
border-color: #68093D;
}
.TagClassName
{
border-color: #68093D;
}
</style>