Shades of Tyrian Purple #68094B
Tints of Tyrian Purple #68094B
RGB
CMYK
RGB Variations
Color information
#68094B (or 0x68094B) is known color: Tyrian Purple. HEX triplet: 68, 09 and 4B. RGB value is (104,9,75). Sum of RGB (Red+Green+Blue) = 104+9+75=188 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.32% from 188); Green value is 9 (3.91% from 255 or 4.79% from 188); Blue value is 75 (29.69% from 255 or 39.89% from 188); Max value from RGB is 104 - color contains mainly: red. Hex color #68094B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68094B is #97F6B4. Grayscale: #2C2C2C. Windows color (decimal): -9959093 or 4917608. OLE color: 4917608.
HSL color Cylindrical-coordinate representation of color #68094B: hue angle of 318.32º 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 #68094B is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 9 | 75 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.59 |
| HSL | 318.32º | 0.84% | 0.22% | - |
| HSV(B) | 318.32º | 0.91% | 0.41% | - |
| XYZ | 7.08 | 3.65 | 6.99 | - |
| YUV | 44.93 | 144.97 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 9 | 75 | 0 | 0.91 | 0.28 | 0.59 | 318.32 | 0.84 | 0.22 |
| Hex | 68 | 9 | 4B | 0 | 5B | 1C | 3B | 13E | 54 | 16 |
| Octal | 150 | 11 | 113 | 0 | 133 | 34 | 73 | 476 | 124 | 26 |
| Binary | 1101000 | 1001 | 1001011 | 0 | 1011011 | 11100 | 111011 | 100111110 | 1010100 | 10110 |
Color Harmonies of #68094B
Complementary color
Monochromatic Colors of #68094B
Black with #68094B
Text Example
Text Example
White with #68094B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68094B; }
p { color: rgb(104,9,75); }
H1.HeaderClassName
{
color: #68094B;
}
.AnyTagClassName
{
color: #68094B;
}
</style>
background-color css
<style>
a { background-color: #68094B; }
a { background-color: rgb(104,9,75); }
div.DivClassName
{
background-color: #68094B;
}
.BgClassName
{
background-color: #68094B;
}
</style>
border-color css
<style>
span { border-color: #68094B; }
span { border-color: rgb(104,9,75); }
td.TdClassName
{
border-color: #68094B;
}
.TagClassName
{
border-color: #68094B;
}
</style>