Shades of Tyrian Purple #68094A
Tints of Tyrian Purple #68094A
RGB
CMYK
RGB Variations
Color information
#68094A (or 0x68094A) is known color: Tyrian Purple. HEX triplet: 68, 09 and 4A. RGB value is (104,9,74). Sum of RGB (Red+Green+Blue) = 104+9+74=187 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.61% from 187); Green value is 9 (3.91% from 255 or 4.81% from 187); Blue value is 74 (29.30% from 255 or 39.57% from 187); Max value from RGB is 104 - color contains mainly: red. Hex color #68094A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68094A is #97F6B5. Grayscale: #2C2C2C. Windows color (decimal): -9959094 or 4852072. OLE color: 4852072.
HSL color Cylindrical-coordinate representation of color #68094A: hue angle of 318.95º 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 #68094A is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 9 | 74 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.59 |
| HSL | 318.95º | 0.84% | 0.22% | - |
| HSV(B) | 318.95º | 0.91% | 0.41% | - |
| XYZ | 7.04 | 3.63 | 6.81 | - |
| YUV | 44.82 | 144.47 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 9 | 74 | 0 | 0.91 | 0.29 | 0.59 | 318.95 | 0.84 | 0.22 |
| Hex | 68 | 9 | 4A | 0 | 5B | 1D | 3B | 13F | 54 | 16 |
| Octal | 150 | 11 | 112 | 0 | 133 | 35 | 73 | 477 | 124 | 26 |
| Binary | 1101000 | 1001 | 1001010 | 0 | 1011011 | 11101 | 111011 | 100111111 | 1010100 | 10110 |
Color Harmonies of #68094A
Complementary color
Monochromatic Colors of #68094A
Black with #68094A
Text Example
Text Example
White with #68094A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68094A; }
p { color: rgb(104,9,74); }
H1.HeaderClassName
{
color: #68094A;
}
.AnyTagClassName
{
color: #68094A;
}
</style>
background-color css
<style>
a { background-color: #68094A; }
a { background-color: rgb(104,9,74); }
div.DivClassName
{
background-color: #68094A;
}
.BgClassName
{
background-color: #68094A;
}
</style>
border-color css
<style>
span { border-color: #68094A; }
span { border-color: rgb(104,9,74); }
td.TdClassName
{
border-color: #68094A;
}
.TagClassName
{
border-color: #68094A;
}
</style>