Shades of Tyrian Purple #660D45
Tints of Tyrian Purple #660D45
RGB
CMYK
RGB Variations
Color information
#660D45 (or 0x660D45) is known color: Tyrian Purple. HEX triplet: 66, 0D and 45. RGB value is (102,13,69). Sum of RGB (Red+Green+Blue) = 102+13+69=184 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.43% from 184); Green value is 13 (5.47% from 255 or 7.07% from 184); Blue value is 69 (27.34% from 255 or 37.5% from 184); Max value from RGB is 102 - color contains mainly: red. Hex color #660D45 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660D45 is #99F2BA. Grayscale: #2D2D2D. Windows color (decimal): -10089147 or 4525414. OLE color: 4525414.
HSL color Cylindrical-coordinate representation of color #660D45: hue angle of 322.25º 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 #660D45 is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 13 | 69 | - |
| CMYK | 0 | 0.87 | 0.32 | 0.6 |
| HSL | 322.25º | 0.77% | 0.23% | - |
| HSV(B) | 322.25º | 0.87% | 0.4% | - |
| XYZ | 6.7 | 3.54 | 5.96 | - |
| YUV | 46 | 140.99 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 13 | 69 | 0 | 0.87 | 0.32 | 0.6 | 322.25 | 0.77 | 0.23 |
| Hex | 66 | D | 45 | 0 | 57 | 20 | 3C | 142 | 4D | 17 |
| Octal | 146 | 15 | 105 | 0 | 127 | 40 | 74 | 502 | 115 | 27 |
| Binary | 1100110 | 1101 | 1000101 | 0 | 1010111 | 100000 | 111100 | 101000010 | 1001101 | 10111 |
Color Harmonies of #660D45
Complementary color
Monochromatic Colors of #660D45
Black with #660D45
Text Example
Text Example
White with #660D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660D45; }
p { color: rgb(102,13,69); }
H1.HeaderClassName
{
color: #660D45;
}
.AnyTagClassName
{
color: #660D45;
}
</style>
background-color css
<style>
a { background-color: #660D45; }
a { background-color: rgb(102,13,69); }
div.DivClassName
{
background-color: #660D45;
}
.BgClassName
{
background-color: #660D45;
}
</style>
border-color css
<style>
span { border-color: #660D45; }
span { border-color: rgb(102,13,69); }
td.TdClassName
{
border-color: #660D45;
}
.TagClassName
{
border-color: #660D45;
}
</style>