Shades of Tyrian Purple #690D46
Tints of Tyrian Purple #690D46
RGB
CMYK
RGB Variations
Color information
#690D46 (or 0x690D46) is known color: Tyrian Purple. HEX triplet: 69, 0D and 46. RGB value is (105,13,70). Sum of RGB (Red+Green+Blue) = 105+13+70=188 (24% of max value = 765). Red value is 105 (41.41% from 255 or 55.85% from 188); Green value is 13 (5.47% from 255 or 6.91% from 188); Blue value is 70 (27.73% from 255 or 37.23% from 188); Max value from RGB is 105 - color contains mainly: red. Hex color #690D46 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690D46 is #96F2B9. Grayscale: #2E2E2E. Windows color (decimal): -9892538 or 4590953. OLE color: 4590953.
HSL color Cylindrical-coordinate representation of color #690D46: hue angle of 322.83º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #690D46 is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 13 | 70 | - |
| CMYK | 0 | 0.88 | 0.33 | 0.59 |
| HSL | 322.83º | 0.78% | 0.23% | - |
| HSV(B) | 322.83º | 0.88% | 0.41% | - |
| XYZ | 7.08 | 3.73 | 6.14 | - |
| YUV | 47.01 | 140.98 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 13 | 70 | 0 | 0.88 | 0.33 | 0.59 | 322.83 | 0.78 | 0.23 |
| Hex | 69 | D | 46 | 0 | 58 | 21 | 3B | 143 | 4E | 17 |
| Octal | 151 | 15 | 106 | 0 | 130 | 41 | 73 | 503 | 116 | 27 |
| Binary | 1101001 | 1101 | 1000110 | 0 | 1011000 | 100001 | 111011 | 101000011 | 1001110 | 10111 |
Color Harmonies of #690D46
Complementary color
Monochromatic Colors of #690D46
Black with #690D46
Text Example
Text Example
White with #690D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690D46; }
p { color: rgb(105,13,70); }
H1.HeaderClassName
{
color: #690D46;
}
.AnyTagClassName
{
color: #690D46;
}
</style>
background-color css
<style>
a { background-color: #690D46; }
a { background-color: rgb(105,13,70); }
div.DivClassName
{
background-color: #690D46;
}
.BgClassName
{
background-color: #690D46;
}
</style>
border-color css
<style>
span { border-color: #690D46; }
span { border-color: rgb(105,13,70); }
td.TdClassName
{
border-color: #690D46;
}
.TagClassName
{
border-color: #690D46;
}
</style>