Shades of Tyrian Purple #690D41
Tints of Tyrian Purple #690D41
RGB
CMYK
RGB Variations
Color information
#690D41 (or 0x690D41) is known color: Tyrian Purple. HEX triplet: 69, 0D and 41. RGB value is (105,13,65). Sum of RGB (Red+Green+Blue) = 105+13+65=183 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.38% from 183); Green value is 13 (5.47% from 255 or 7.10% from 183); Blue value is 65 (25.78% from 255 or 35.52% from 183); Max value from RGB is 105 - color contains mainly: red. Hex color #690D41 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690D41 is #96F2BE. Grayscale: #2E2E2E. Windows color (decimal): -9892543 or 4263273. OLE color: 4263273.
HSL color Cylindrical-coordinate representation of color #690D41: hue angle of 326.09º 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 #690D41 is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 13 | 65 | - |
| CMYK | 0 | 0.88 | 0.38 | 0.59 |
| HSL | 326.09º | 0.78% | 0.23% | - |
| HSV(B) | 326.09º | 0.88% | 0.41% | - |
| XYZ | 6.92 | 3.67 | 5.35 | - |
| YUV | 46.44 | 138.48 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 13 | 65 | 0 | 0.88 | 0.38 | 0.59 | 326.09 | 0.78 | 0.23 |
| Hex | 69 | D | 41 | 0 | 58 | 26 | 3B | 146 | 4E | 17 |
| Octal | 151 | 15 | 101 | 0 | 130 | 46 | 73 | 506 | 116 | 27 |
| Binary | 1101001 | 1101 | 1000001 | 0 | 1011000 | 100110 | 111011 | 101000110 | 1001110 | 10111 |
Color Harmonies of #690D41
Complementary color
Monochromatic Colors of #690D41
Black with #690D41
Text Example
Text Example
White with #690D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690D41; }
p { color: rgb(105,13,65); }
H1.HeaderClassName
{
color: #690D41;
}
.AnyTagClassName
{
color: #690D41;
}
</style>
background-color css
<style>
a { background-color: #690D41; }
a { background-color: rgb(105,13,65); }
div.DivClassName
{
background-color: #690D41;
}
.BgClassName
{
background-color: #690D41;
}
</style>
border-color css
<style>
span { border-color: #690D41; }
span { border-color: rgb(105,13,65); }
td.TdClassName
{
border-color: #690D41;
}
.TagClassName
{
border-color: #690D41;
}
</style>