Shades of Tyrian Purple #690A4E
Tints of Tyrian Purple #690A4E
RGB
CMYK
RGB Variations
Color information
#690A4E (or 0x690A4E) is known color: Tyrian Purple. HEX triplet: 69, 0A and 4E. RGB value is (105,10,78). Sum of RGB (Red+Green+Blue) = 105+10+78=193 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.40% from 193); Green value is 10 (4.30% from 255 or 5.18% from 193); Blue value is 78 (30.86% from 255 or 40.41% from 193); Max value from RGB is 105 - color contains mainly: red. Hex color #690A4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690A4E is #96F5B1. Grayscale: #2D2D2D. Windows color (decimal): -9893298 or 5114473. OLE color: 5114473.
HSL color Cylindrical-coordinate representation of color #690A4E: hue angle of 317.05º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #690A4E is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 10 | 78 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.59 |
| HSL | 317.05º | 0.83% | 0.23% | - |
| HSV(B) | 317.05º | 0.9% | 0.41% | - |
| XYZ | 7.31 | 3.77 | 7.55 | - |
| YUV | 46.16 | 145.97 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 10 | 78 | 0 | 0.90 | 0.26 | 0.59 | 317.05 | 0.83 | 0.23 |
| Hex | 69 | A | 4E | 0 | 5A | 1A | 3B | 13D | 53 | 17 |
| Octal | 151 | 12 | 116 | 0 | 132 | 32 | 73 | 475 | 123 | 27 |
| Binary | 1101001 | 1010 | 1001110 | 0 | 1011010 | 11010 | 111011 | 100111101 | 1010011 | 10111 |
Color Harmonies of #690A4E
Complementary color
Monochromatic Colors of #690A4E
Black with #690A4E
Text Example
Text Example
White with #690A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690A4E; }
p { color: rgb(105,10,78); }
H1.HeaderClassName
{
color: #690A4E;
}
.AnyTagClassName
{
color: #690A4E;
}
</style>
background-color css
<style>
a { background-color: #690A4E; }
a { background-color: rgb(105,10,78); }
div.DivClassName
{
background-color: #690A4E;
}
.BgClassName
{
background-color: #690A4E;
}
</style>
border-color css
<style>
span { border-color: #690A4E; }
span { border-color: rgb(105,10,78); }
td.TdClassName
{
border-color: #690A4E;
}
.TagClassName
{
border-color: #690A4E;
}
</style>