Shades of Tyrian Purple #690D39
Tints of Tyrian Purple #690D39
RGB
CMYK
RGB Variations
Color information
#690D39 (or 0x690D39) is known color: Tyrian Purple. HEX triplet: 69, 0D and 39. RGB value is (105,13,57). Sum of RGB (Red+Green+Blue) = 105+13+57=175 (23% of max value = 765). Red value is 105 (41.41% from 255 or 60% from 175); Green value is 13 (5.47% from 255 or 7.43% from 175); Blue value is 57 (22.66% from 255 or 32.57% from 175); Max value from RGB is 105 - color contains mainly: red. Hex color #690D39 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690D39 is #96F2C6. Grayscale: #2D2D2D. Windows color (decimal): -9892551 or 3738985. OLE color: 3738985.
HSL color Cylindrical-coordinate representation of color #690D39: hue angle of 331.3º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #690D39 is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 13 | 57 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.59 |
| HSL | 331.3º | 0.78% | 0.23% | - |
| HSV(B) | 331.3º | 0.88% | 0.41% | - |
| XYZ | 6.71 | 3.59 | 4.21 | - |
| YUV | 45.52 | 134.48 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 13 | 57 | 0 | 0.88 | 0.46 | 0.59 | 331.3 | 0.78 | 0.23 |
| Hex | 69 | D | 39 | 0 | 58 | 2E | 3B | 14B | 4E | 17 |
| Octal | 151 | 15 | 71 | 0 | 130 | 56 | 73 | 513 | 116 | 27 |
| Binary | 1101001 | 1101 | 111001 | 0 | 1011000 | 101110 | 111011 | 101001011 | 1001110 | 10111 |
Color Harmonies of #690D39
Complementary color
Monochromatic Colors of #690D39
Black with #690D39
Text Example
Text Example
White with #690D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690D39; }
p { color: rgb(105,13,57); }
H1.HeaderClassName
{
color: #690D39;
}
.AnyTagClassName
{
color: #690D39;
}
</style>
background-color css
<style>
a { background-color: #690D39; }
a { background-color: rgb(105,13,57); }
div.DivClassName
{
background-color: #690D39;
}
.BgClassName
{
background-color: #690D39;
}
</style>
border-color css
<style>
span { border-color: #690D39; }
span { border-color: rgb(105,13,57); }
td.TdClassName
{
border-color: #690D39;
}
.TagClassName
{
border-color: #690D39;
}
</style>