Shades of Tyrian Purple #660F45
Tints of Tyrian Purple #660F45
RGB
CMYK
RGB Variations
Color information
#660F45 (or 0x660F45) is known color: Tyrian Purple. HEX triplet: 66, 0F and 45. RGB value is (102,15,69). Sum of RGB (Red+Green+Blue) = 102+15+69=186 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.84% from 186); Green value is 15 (6.25% from 255 or 8.06% from 186); Blue value is 69 (27.34% from 255 or 37.10% from 186); Max value from RGB is 102 - color contains mainly: red. Hex color #660F45 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660F45 is #99F0BA. Grayscale: #2F2F2F. Windows color (decimal): -10088635 or 4525926. OLE color: 4525926.
HSL color Cylindrical-coordinate representation of color #660F45: hue angle of 322.76º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #660F45 is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 15 | 69 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.6 |
| HSL | 322.76º | 0.74% | 0.23% | - |
| HSV(B) | 322.76º | 0.85% | 0.4% | - |
| XYZ | 6.72 | 3.6 | 5.97 | - |
| YUV | 47.17 | 140.32 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 15 | 69 | 0 | 0.85 | 0.32 | 0.6 | 322.76 | 0.74 | 0.23 |
| Hex | 66 | F | 45 | 0 | 55 | 20 | 3C | 143 | 4A | 17 |
| Octal | 146 | 17 | 105 | 0 | 125 | 40 | 74 | 503 | 112 | 27 |
| Binary | 1100110 | 1111 | 1000101 | 0 | 1010101 | 100000 | 111100 | 101000011 | 1001010 | 10111 |
Color Harmonies of #660F45
Complementary color
Monochromatic Colors of #660F45
Black with #660F45
Text Example
Text Example
White with #660F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660F45; }
p { color: rgb(102,15,69); }
H1.HeaderClassName
{
color: #660F45;
}
.AnyTagClassName
{
color: #660F45;
}
</style>
background-color css
<style>
a { background-color: #660F45; }
a { background-color: rgb(102,15,69); }
div.DivClassName
{
background-color: #660F45;
}
.BgClassName
{
background-color: #660F45;
}
</style>
border-color css
<style>
span { border-color: #660F45; }
span { border-color: rgb(102,15,69); }
td.TdClassName
{
border-color: #660F45;
}
.TagClassName
{
border-color: #660F45;
}
</style>