Shades of Tyrian Purple #690A3E
Tints of Tyrian Purple #690A3E
RGB
CMYK
RGB Variations
Color information
#690A3E (or 0x690A3E) is known color: Tyrian Purple. HEX triplet: 69, 0A and 3E. RGB value is (105,10,62). Sum of RGB (Red+Green+Blue) = 105+10+62=177 (23% of max value = 765). Red value is 105 (41.41% from 255 or 59.32% from 177); Green value is 10 (4.30% from 255 or 5.65% from 177); Blue value is 62 (24.61% from 255 or 35.03% from 177); Max value from RGB is 105 - color contains mainly: red. Hex color #690A3E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690A3E is #96F5C1. Grayscale: #2C2C2C. Windows color (decimal): -9893314 or 4065897. OLE color: 4065897.
HSL color Cylindrical-coordinate representation of color #690A3E: hue angle of 327.16º 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 #690A3E is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 10 | 62 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.59 |
| HSL | 327.16º | 0.83% | 0.23% | - |
| HSV(B) | 327.16º | 0.9% | 0.41% | - |
| XYZ | 6.8 | 3.57 | 4.89 | - |
| YUV | 44.33 | 137.97 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 10 | 62 | 0 | 0.90 | 0.41 | 0.59 | 327.16 | 0.83 | 0.23 |
| Hex | 69 | A | 3E | 0 | 5A | 29 | 3B | 147 | 53 | 17 |
| Octal | 151 | 12 | 76 | 0 | 132 | 51 | 73 | 507 | 123 | 27 |
| Binary | 1101001 | 1010 | 111110 | 0 | 1011010 | 101001 | 111011 | 101000111 | 1010011 | 10111 |
Color Harmonies of #690A3E
Complementary color
Monochromatic Colors of #690A3E
Black with #690A3E
Text Example
Text Example
White with #690A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690A3E; }
p { color: rgb(105,10,62); }
H1.HeaderClassName
{
color: #690A3E;
}
.AnyTagClassName
{
color: #690A3E;
}
</style>
background-color css
<style>
a { background-color: #690A3E; }
a { background-color: rgb(105,10,62); }
div.DivClassName
{
background-color: #690A3E;
}
.BgClassName
{
background-color: #690A3E;
}
</style>
border-color css
<style>
span { border-color: #690A3E; }
span { border-color: rgb(105,10,62); }
td.TdClassName
{
border-color: #690A3E;
}
.TagClassName
{
border-color: #690A3E;
}
</style>