Shades of Tyrian Purple #690D42
Tints of Tyrian Purple #690D42
RGB
CMYK
RGB Variations
Color information
#690D42 (or 0x690D42) is known color: Tyrian Purple. HEX triplet: 69, 0D and 42. RGB value is (105,13,66). Sum of RGB (Red+Green+Blue) = 105+13+66=184 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.07% from 184); Green value is 13 (5.47% from 255 or 7.07% from 184); Blue value is 66 (26.17% from 255 or 35.87% from 184); Max value from RGB is 105 - color contains mainly: red. Hex color #690D42 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690D42 is #96F2BD. Grayscale: #2E2E2E. Windows color (decimal): -9892542 or 4328809. OLE color: 4328809.
HSL color Cylindrical-coordinate representation of color #690D42: hue angle of 325.43º 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 #690D42 is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 13 | 66 | - |
| CMYK | 0 | 0.88 | 0.37 | 0.59 |
| HSL | 325.43º | 0.78% | 0.23% | - |
| HSV(B) | 325.43º | 0.88% | 0.41% | - |
| XYZ | 6.95 | 3.68 | 5.5 | - |
| YUV | 46.55 | 138.98 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 13 | 66 | 0 | 0.88 | 0.37 | 0.59 | 325.43 | 0.78 | 0.23 |
| Hex | 69 | D | 42 | 0 | 58 | 25 | 3B | 145 | 4E | 17 |
| Octal | 151 | 15 | 102 | 0 | 130 | 45 | 73 | 505 | 116 | 27 |
| Binary | 1101001 | 1101 | 1000010 | 0 | 1011000 | 100101 | 111011 | 101000101 | 1001110 | 10111 |
Color Harmonies of #690D42
Complementary color
Monochromatic Colors of #690D42
Black with #690D42
Text Example
Text Example
White with #690D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690D42; }
p { color: rgb(105,13,66); }
H1.HeaderClassName
{
color: #690D42;
}
.AnyTagClassName
{
color: #690D42;
}
</style>
background-color css
<style>
a { background-color: #690D42; }
a { background-color: rgb(105,13,66); }
div.DivClassName
{
background-color: #690D42;
}
.BgClassName
{
background-color: #690D42;
}
</style>
border-color css
<style>
span { border-color: #690D42; }
span { border-color: rgb(105,13,66); }
td.TdClassName
{
border-color: #690D42;
}
.TagClassName
{
border-color: #690D42;
}
</style>