Shades of Tyrian Purple #690A4F
Tints of Tyrian Purple #690A4F
RGB
CMYK
RGB Variations
Color information
#690A4F (or 0x690A4F) is known color: Tyrian Purple. HEX triplet: 69, 0A and 4F. RGB value is (105,10,79). Sum of RGB (Red+Green+Blue) = 105+10+79=194 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.12% from 194); Green value is 10 (4.30% from 255 or 5.15% from 194); Blue value is 79 (31.25% from 255 or 40.72% from 194); Max value from RGB is 105 - color contains mainly: red. Hex color #690A4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690A4F is #96F5B0. Grayscale: #2E2E2E. Windows color (decimal): -9893297 or 5180009. OLE color: 5180009.
HSL color Cylindrical-coordinate representation of color #690A4F: hue angle of 316.42º 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 #690A4F is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 10 | 79 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.59 |
| HSL | 316.42º | 0.83% | 0.23% | - |
| HSV(B) | 316.42º | 0.9% | 0.41% | - |
| XYZ | 7.35 | 3.78 | 7.74 | - |
| YUV | 46.27 | 146.47 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 10 | 79 | 0 | 0.90 | 0.25 | 0.59 | 316.42 | 0.83 | 0.23 |
| Hex | 69 | A | 4F | 0 | 5A | 19 | 3B | 13C | 53 | 17 |
| Octal | 151 | 12 | 117 | 0 | 132 | 31 | 73 | 474 | 123 | 27 |
| Binary | 1101001 | 1010 | 1001111 | 0 | 1011010 | 11001 | 111011 | 100111100 | 1010011 | 10111 |
Color Harmonies of #690A4F
Complementary color
Monochromatic Colors of #690A4F
Black with #690A4F
Text Example
Text Example
White with #690A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690A4F; }
p { color: rgb(105,10,79); }
H1.HeaderClassName
{
color: #690A4F;
}
.AnyTagClassName
{
color: #690A4F;
}
</style>
background-color css
<style>
a { background-color: #690A4F; }
a { background-color: rgb(105,10,79); }
div.DivClassName
{
background-color: #690A4F;
}
.BgClassName
{
background-color: #690A4F;
}
</style>
border-color css
<style>
span { border-color: #690A4F; }
span { border-color: rgb(105,10,79); }
td.TdClassName
{
border-color: #690A4F;
}
.TagClassName
{
border-color: #690A4F;
}
</style>