Shades of Tyrian Purple #690E46
Tints of Tyrian Purple #690E46
RGB
CMYK
RGB Variations
Color information
#690E46 (or 0x690E46) is known color: Tyrian Purple. HEX triplet: 69, 0E and 46. RGB value is (105,14,70). Sum of RGB (Red+Green+Blue) = 105+14+70=189 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.56% from 189); Green value is 14 (5.86% from 255 or 7.41% from 189); Blue value is 70 (27.73% from 255 or 37.04% from 189); Max value from RGB is 105 - color contains mainly: red. Hex color #690E46 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690E46 is #96F1B9. Grayscale: #2F2F2F. Windows color (decimal): -9892282 or 4591209. OLE color: 4591209.
HSL color Cylindrical-coordinate representation of color #690E46: hue angle of 323.08º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #690E46 is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 14 | 70 | - |
| CMYK | 0 | 0.87 | 0.33 | 0.59 |
| HSL | 323.08º | 0.76% | 0.23% | - |
| HSV(B) | 323.08º | 0.87% | 0.41% | - |
| XYZ | 7.09 | 3.76 | 6.15 | - |
| YUV | 47.59 | 140.65 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 14 | 70 | 0 | 0.87 | 0.33 | 0.59 | 323.08 | 0.76 | 0.23 |
| Hex | 69 | E | 46 | 0 | 57 | 21 | 3B | 143 | 4C | 17 |
| Octal | 151 | 16 | 106 | 0 | 127 | 41 | 73 | 503 | 114 | 27 |
| Binary | 1101001 | 1110 | 1000110 | 0 | 1010111 | 100001 | 111011 | 101000011 | 1001100 | 10111 |
Color Harmonies of #690E46
Complementary color
Monochromatic Colors of #690E46
Black with #690E46
Text Example
Text Example
White with #690E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690E46; }
p { color: rgb(105,14,70); }
H1.HeaderClassName
{
color: #690E46;
}
.AnyTagClassName
{
color: #690E46;
}
</style>
background-color css
<style>
a { background-color: #690E46; }
a { background-color: rgb(105,14,70); }
div.DivClassName
{
background-color: #690E46;
}
.BgClassName
{
background-color: #690E46;
}
</style>
border-color css
<style>
span { border-color: #690E46; }
span { border-color: rgb(105,14,70); }
td.TdClassName
{
border-color: #690E46;
}
.TagClassName
{
border-color: #690E46;
}
</style>