Shades of Tyrian Purple #690B4F
Tints of Tyrian Purple #690B4F
RGB
CMYK
RGB Variations
Color information
#690B4F (or 0x690B4F) is known color: Tyrian Purple. HEX triplet: 69, 0B and 4F. RGB value is (105,11,79). Sum of RGB (Red+Green+Blue) = 105+11+79=195 (25% of max value = 765). Red value is 105 (41.41% from 255 or 53.85% from 195); Green value is 11 (4.69% from 255 or 5.64% from 195); Blue value is 79 (31.25% from 255 or 40.51% from 195); Max value from RGB is 105 - color contains mainly: red. Hex color #690B4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690B4F is #96F4B0. Grayscale: #2E2E2E. Windows color (decimal): -9893041 or 5180265. OLE color: 5180265.
HSL color Cylindrical-coordinate representation of color #690B4F: hue angle of 316.6º degrees, saturation: 0.81, 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 #690B4F is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 11 | 79 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.59 |
| HSL | 316.6º | 0.81% | 0.23% | - |
| HSV(B) | 316.6º | 0.9% | 0.41% | - |
| XYZ | 7.36 | 3.81 | 7.74 | - |
| YUV | 46.86 | 146.14 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 11 | 79 | 0 | 0.90 | 0.25 | 0.59 | 316.6 | 0.81 | 0.23 |
| Hex | 69 | B | 4F | 0 | 5A | 19 | 3B | 13D | 51 | 17 |
| Octal | 151 | 13 | 117 | 0 | 132 | 31 | 73 | 475 | 121 | 27 |
| Binary | 1101001 | 1011 | 1001111 | 0 | 1011010 | 11001 | 111011 | 100111101 | 1010001 | 10111 |
Color Harmonies of #690B4F
Complementary color
Monochromatic Colors of #690B4F
Black with #690B4F
Text Example
Text Example
White with #690B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690B4F; }
p { color: rgb(105,11,79); }
H1.HeaderClassName
{
color: #690B4F;
}
.AnyTagClassName
{
color: #690B4F;
}
</style>
background-color css
<style>
a { background-color: #690B4F; }
a { background-color: rgb(105,11,79); }
div.DivClassName
{
background-color: #690B4F;
}
.BgClassName
{
background-color: #690B4F;
}
</style>
border-color css
<style>
span { border-color: #690B4F; }
span { border-color: rgb(105,11,79); }
td.TdClassName
{
border-color: #690B4F;
}
.TagClassName
{
border-color: #690B4F;
}
</style>