Shades of Tyrian Purple #68094F
Tints of Tyrian Purple #68094F
RGB
CMYK
RGB Variations
Color information
#68094F (or 0x68094F) is known color: Tyrian Purple. HEX triplet: 68, 09 and 4F. RGB value is (104,9,79). Sum of RGB (Red+Green+Blue) = 104+9+79=192 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.17% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 79 (31.25% from 255 or 41.15% from 192); Max value from RGB is 104 - color contains mainly: red. Hex color #68094F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68094F is #97F6B0. Grayscale: #2D2D2D. Windows color (decimal): -9959089 or 5179752. OLE color: 5179752.
HSL color Cylindrical-coordinate representation of color #68094F: hue angle of 315.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 #68094F is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 9 | 79 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.59 |
| HSL | 315.79º | 0.84% | 0.22% | - |
| HSV(B) | 315.79º | 0.91% | 0.41% | - |
| XYZ | 7.22 | 3.7 | 7.73 | - |
| YUV | 45.39 | 146.97 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 9 | 79 | 0 | 0.91 | 0.24 | 0.59 | 315.79 | 0.84 | 0.22 |
| Hex | 68 | 9 | 4F | 0 | 5B | 18 | 3B | 13C | 54 | 16 |
| Octal | 150 | 11 | 117 | 0 | 133 | 30 | 73 | 474 | 124 | 26 |
| Binary | 1101000 | 1001 | 1001111 | 0 | 1011011 | 11000 | 111011 | 100111100 | 1010100 | 10110 |
Color Harmonies of #68094F
Complementary color
Monochromatic Colors of #68094F
Black with #68094F
Text Example
Text Example
White with #68094F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68094F; }
p { color: rgb(104,9,79); }
H1.HeaderClassName
{
color: #68094F;
}
.AnyTagClassName
{
color: #68094F;
}
</style>
background-color css
<style>
a { background-color: #68094F; }
a { background-color: rgb(104,9,79); }
div.DivClassName
{
background-color: #68094F;
}
.BgClassName
{
background-color: #68094F;
}
</style>
border-color css
<style>
span { border-color: #68094F; }
span { border-color: rgb(104,9,79); }
td.TdClassName
{
border-color: #68094F;
}
.TagClassName
{
border-color: #68094F;
}
</style>