Shades of Tyrian Purple #690044
Tints of Tyrian Purple #690044
RGB
CMYK
RGB Variations
Color information
#690044 (or 0x690044) is known color: Tyrian Purple. HEX triplet: 69, 00 and 44. RGB value is (105,0,68). Sum of RGB (Red+Green+Blue) = 105+0+68=173 (22% of max value = 765). Red value is 105 (41.41% from 255 or 60.69% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 68 (26.95% from 255 or 39.31% from 173); Max value from RGB is 105 - color contains mainly: red. Hex color #690044 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690044 is #96FFBB. Grayscale: #262626. Windows color (decimal): -9895868 or 4456553. OLE color: 4456553.
HSL color Cylindrical-coordinate representation of color #690044: hue angle of 321.14º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #690044 is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 0 | 68 | - |
| CMYK | 0 | 1 | 0.35 | 0.59 |
| HSL | 321.14º | 1% | 0.21% | - |
| HSV(B) | 321.14º | 1% | 0.41% | - |
| XYZ | 6.87 | 3.42 | 5.77 | - |
| YUV | 39.15 | 144.29 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 0 | 68 | 0 | 1 | 0.35 | 0.59 | 321.14 | 1 | 0.21 |
| Hex | 69 | 0 | 44 | 0 | 64 | 23 | 3B | 141 | 64 | 15 |
| Octal | 151 | 0 | 104 | 0 | 144 | 43 | 73 | 501 | 144 | 25 |
| Binary | 1101001 | 0 | 1000100 | 0 | 1100100 | 100011 | 111011 | 101000001 | 1100100 | 10101 |
Color Harmonies of #690044
Complementary color
Monochromatic Colors of #690044
Black with #690044
Text Example
Text Example
White with #690044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690044; }
p { color: rgb(105,0,68); }
H1.HeaderClassName
{
color: #690044;
}
.AnyTagClassName
{
color: #690044;
}
</style>
background-color css
<style>
a { background-color: #690044; }
a { background-color: rgb(105,0,68); }
div.DivClassName
{
background-color: #690044;
}
.BgClassName
{
background-color: #690044;
}
</style>
border-color css
<style>
span { border-color: #690044; }
span { border-color: rgb(105,0,68); }
td.TdClassName
{
border-color: #690044;
}
.TagClassName
{
border-color: #690044;
}
</style>