Shades of Tyrian Purple #660D49
Tints of Tyrian Purple #660D49
RGB
CMYK
RGB Variations
Color information
#660D49 (or 0x660D49) is known color: Tyrian Purple. HEX triplet: 66, 0D and 49. RGB value is (102,13,73). Sum of RGB (Red+Green+Blue) = 102+13+73=188 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.26% from 188); Green value is 13 (5.47% from 255 or 6.91% from 188); Blue value is 73 (28.91% from 255 or 38.83% from 188); Max value from RGB is 102 - color contains mainly: red. Hex color #660D49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660D49 is #99F2B6. Grayscale: #2E2E2E. Windows color (decimal): -10089143 or 4787558. OLE color: 4787558.
HSL color Cylindrical-coordinate representation of color #660D49: hue angle of 319.55º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #660D49 is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 13 | 73 | - |
| CMYK | 0 | 0.87 | 0.28 | 0.6 |
| HSL | 319.55º | 0.77% | 0.23% | - |
| HSV(B) | 319.55º | 0.87% | 0.4% | - |
| XYZ | 6.83 | 3.59 | 6.64 | - |
| YUV | 46.45 | 142.99 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 13 | 73 | 0 | 0.87 | 0.28 | 0.6 | 319.55 | 0.77 | 0.23 |
| Hex | 66 | D | 49 | 0 | 57 | 1C | 3C | 140 | 4D | 17 |
| Octal | 146 | 15 | 111 | 0 | 127 | 34 | 74 | 500 | 115 | 27 |
| Binary | 1100110 | 1101 | 1001001 | 0 | 1010111 | 11100 | 111100 | 101000000 | 1001101 | 10111 |
Color Harmonies of #660D49
Complementary color
Monochromatic Colors of #660D49
Black with #660D49
Text Example
Text Example
White with #660D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660D49; }
p { color: rgb(102,13,73); }
H1.HeaderClassName
{
color: #660D49;
}
.AnyTagClassName
{
color: #660D49;
}
</style>
background-color css
<style>
a { background-color: #660D49; }
a { background-color: rgb(102,13,73); }
div.DivClassName
{
background-color: #660D49;
}
.BgClassName
{
background-color: #660D49;
}
</style>
border-color css
<style>
span { border-color: #660D49; }
span { border-color: rgb(102,13,73); }
td.TdClassName
{
border-color: #660D49;
}
.TagClassName
{
border-color: #660D49;
}
</style>