Shades of Tyrian Purple #660D4E
Tints of Tyrian Purple #660D4E
RGB
CMYK
RGB Variations
Color information
#660D4E (or 0x660D4E) is known color: Tyrian Purple. HEX triplet: 66, 0D and 4E. RGB value is (102,13,78). Sum of RGB (Red+Green+Blue) = 102+13+78=193 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.85% from 193); Green value is 13 (5.47% from 255 or 6.74% from 193); Blue value is 78 (30.86% from 255 or 40.41% from 193); Max value from RGB is 102 - color contains mainly: red. Hex color #660D4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660D4E is #99F2B1. Grayscale: #2E2E2E. Windows color (decimal): -10089138 or 5115238. OLE color: 5115238.
HSL color Cylindrical-coordinate representation of color #660D4E: hue angle of 316.18º 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 #660D4E is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 13 | 78 | - |
| CMYK | 0 | 0.87 | 0.24 | 0.6 |
| HSL | 316.18º | 0.77% | 0.23% | - |
| HSV(B) | 316.18º | 0.87% | 0.4% | - |
| XYZ | 7 | 3.66 | 7.55 | - |
| YUV | 47.02 | 145.49 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 13 | 78 | 0 | 0.87 | 0.24 | 0.6 | 316.18 | 0.77 | 0.23 |
| Hex | 66 | D | 4E | 0 | 57 | 18 | 3C | 13C | 4D | 17 |
| Octal | 146 | 15 | 116 | 0 | 127 | 30 | 74 | 474 | 115 | 27 |
| Binary | 1100110 | 1101 | 1001110 | 0 | 1010111 | 11000 | 111100 | 100111100 | 1001101 | 10111 |
Color Harmonies of #660D4E
Complementary color
Monochromatic Colors of #660D4E
Black with #660D4E
Text Example
Text Example
White with #660D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660D4E; }
p { color: rgb(102,13,78); }
H1.HeaderClassName
{
color: #660D4E;
}
.AnyTagClassName
{
color: #660D4E;
}
</style>
background-color css
<style>
a { background-color: #660D4E; }
a { background-color: rgb(102,13,78); }
div.DivClassName
{
background-color: #660D4E;
}
.BgClassName
{
background-color: #660D4E;
}
</style>
border-color css
<style>
span { border-color: #660D4E; }
span { border-color: rgb(102,13,78); }
td.TdClassName
{
border-color: #660D4E;
}
.TagClassName
{
border-color: #660D4E;
}
</style>