Shades of Tyrian Purple #690A40
Tints of Tyrian Purple #690A40
RGB
CMYK
RGB Variations
Color information
#690A40 (or 0x690A40) is known color: Tyrian Purple. HEX triplet: 69, 0A and 40. RGB value is (105,10,64). Sum of RGB (Red+Green+Blue) = 105+10+64=179 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.66% from 179); Green value is 10 (4.30% from 255 or 5.59% from 179); Blue value is 64 (25.39% from 255 or 35.75% from 179); Max value from RGB is 105 - color contains mainly: red. Hex color #690A40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690A40 is #96F5BF. Grayscale: #2C2C2C. Windows color (decimal): -9893312 or 4196969. OLE color: 4196969.
HSL color Cylindrical-coordinate representation of color #690A40: hue angle of 325.89º 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 #690A40 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 10 | 64 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.59 |
| HSL | 325.89º | 0.83% | 0.23% | - |
| HSV(B) | 325.89º | 0.9% | 0.41% | - |
| XYZ | 6.86 | 3.59 | 5.18 | - |
| YUV | 44.56 | 138.97 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 10 | 64 | 0 | 0.90 | 0.39 | 0.59 | 325.89 | 0.83 | 0.23 |
| Hex | 69 | A | 40 | 0 | 5A | 27 | 3B | 146 | 53 | 17 |
| Octal | 151 | 12 | 100 | 0 | 132 | 47 | 73 | 506 | 123 | 27 |
| Binary | 1101001 | 1010 | 1000000 | 0 | 1011010 | 100111 | 111011 | 101000110 | 1010011 | 10111 |
Color Harmonies of #690A40
Complementary color
Monochromatic Colors of #690A40
Black with #690A40
Text Example
Text Example
White with #690A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690A40; }
p { color: rgb(105,10,64); }
H1.HeaderClassName
{
color: #690A40;
}
.AnyTagClassName
{
color: #690A40;
}
</style>
background-color css
<style>
a { background-color: #690A40; }
a { background-color: rgb(105,10,64); }
div.DivClassName
{
background-color: #690A40;
}
.BgClassName
{
background-color: #690A40;
}
</style>
border-color css
<style>
span { border-color: #690A40; }
span { border-color: rgb(105,10,64); }
td.TdClassName
{
border-color: #690A40;
}
.TagClassName
{
border-color: #690A40;
}
</style>