Shades of Tyrian Purple #68093C
Tints of Tyrian Purple #68093C
RGB
CMYK
RGB Variations
Color information
#68093C (or 0x68093C) is known color: Tyrian Purple. HEX triplet: 68, 09 and 3C. RGB value is (104,9,60). Sum of RGB (Red+Green+Blue) = 104+9+60=173 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.12% from 173); Green value is 9 (3.91% from 255 or 5.20% from 173); Blue value is 60 (23.83% from 255 or 34.68% from 173); Max value from RGB is 104 - color contains mainly: red. Hex color #68093C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68093C is #97F6C3. Grayscale: #2B2B2B. Windows color (decimal): -9959108 or 3934568. OLE color: 3934568.
HSL color Cylindrical-coordinate representation of color #68093C: hue angle of 327.79º 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 #68093C is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 9 | 60 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.59 |
| HSL | 327.79º | 0.84% | 0.22% | - |
| HSV(B) | 327.79º | 0.91% | 0.41% | - |
| XYZ | 6.62 | 3.46 | 4.59 | - |
| YUV | 43.22 | 137.47 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 9 | 60 | 0 | 0.91 | 0.42 | 0.59 | 327.79 | 0.84 | 0.22 |
| Hex | 68 | 9 | 3C | 0 | 5B | 2A | 3B | 148 | 54 | 16 |
| Octal | 150 | 11 | 74 | 0 | 133 | 52 | 73 | 510 | 124 | 26 |
| Binary | 1101000 | 1001 | 111100 | 0 | 1011011 | 101010 | 111011 | 101001000 | 1010100 | 10110 |
Color Harmonies of #68093C
Complementary color
Monochromatic Colors of #68093C
Black with #68093C
Text Example
Text Example
White with #68093C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68093C; }
p { color: rgb(104,9,60); }
H1.HeaderClassName
{
color: #68093C;
}
.AnyTagClassName
{
color: #68093C;
}
</style>
background-color css
<style>
a { background-color: #68093C; }
a { background-color: rgb(104,9,60); }
div.DivClassName
{
background-color: #68093C;
}
.BgClassName
{
background-color: #68093C;
}
</style>
border-color css
<style>
span { border-color: #68093C; }
span { border-color: rgb(104,9,60); }
td.TdClassName
{
border-color: #68093C;
}
.TagClassName
{
border-color: #68093C;
}
</style>