Shades of Tyrian Purple #69084E
Tints of Tyrian Purple #69084E
RGB
CMYK
RGB Variations
Color information
#69084E (or 0x69084E) is known color: Tyrian Purple. HEX triplet: 69, 08 and 4E. RGB value is (105,8,78). Sum of RGB (Red+Green+Blue) = 105+8+78=191 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.97% from 191); Green value is 8 (3.52% from 255 or 4.19% from 191); Blue value is 78 (30.86% from 255 or 40.84% from 191); Max value from RGB is 105 - color contains mainly: red. Hex color #69084E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69084E is #96F7B1. Grayscale: #2C2C2C. Windows color (decimal): -9893810 or 5113961. OLE color: 5113961.
HSL color Cylindrical-coordinate representation of color #69084E: hue angle of 316.7º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #69084E is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 8 | 78 | - |
| CMYK | 0 | 0.92 | 0.26 | 0.59 |
| HSL | 316.7º | 0.86% | 0.22% | - |
| HSV(B) | 316.7º | 0.92% | 0.41% | - |
| XYZ | 7.29 | 3.73 | 7.54 | - |
| YUV | 44.98 | 146.64 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 8 | 78 | 0 | 0.92 | 0.26 | 0.59 | 316.7 | 0.86 | 0.22 |
| Hex | 69 | 8 | 4E | 0 | 5C | 1A | 3B | 13D | 56 | 16 |
| Octal | 151 | 10 | 116 | 0 | 134 | 32 | 73 | 475 | 126 | 26 |
| Binary | 1101001 | 1000 | 1001110 | 0 | 1011100 | 11010 | 111011 | 100111101 | 1010110 | 10110 |
Color Harmonies of #69084E
Complementary color
Monochromatic Colors of #69084E
Black with #69084E
Text Example
Text Example
White with #69084E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69084E; }
p { color: rgb(105,8,78); }
H1.HeaderClassName
{
color: #69084E;
}
.AnyTagClassName
{
color: #69084E;
}
</style>
background-color css
<style>
a { background-color: #69084E; }
a { background-color: rgb(105,8,78); }
div.DivClassName
{
background-color: #69084E;
}
.BgClassName
{
background-color: #69084E;
}
</style>
border-color css
<style>
span { border-color: #69084E; }
span { border-color: rgb(105,8,78); }
td.TdClassName
{
border-color: #69084E;
}
.TagClassName
{
border-color: #69084E;
}
</style>