Shades of Tyrian Purple #660145
Tints of Tyrian Purple #660145
RGB
CMYK
RGB Variations
Color information
#660145 (or 0x660145) is known color: Tyrian Purple. HEX triplet: 66, 01 and 45. RGB value is (102,1,69). Sum of RGB (Red+Green+Blue) = 102+1+69=172 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.30% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 69 (27.34% from 255 or 40.12% from 172); Max value from RGB is 102 - color contains mainly: red. Hex color #660145 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660145 is #99FEBA. Grayscale: #262626. Windows color (decimal): -10092219 or 4522342. OLE color: 4522342.
HSL color Cylindrical-coordinate representation of color #660145: hue angle of 319.6º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #660145 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 1 | 69 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.6 |
| HSL | 319.6º | 0.98% | 0.2% | - |
| HSV(B) | 319.6º | 0.99% | 0.4% | - |
| XYZ | 6.56 | 3.28 | 5.92 | - |
| YUV | 38.95 | 144.96 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 1 | 69 | 0 | 0.99 | 0.32 | 0.6 | 319.6 | 0.98 | 0.2 |
| Hex | 66 | 1 | 45 | 0 | 63 | 20 | 3C | 140 | 62 | 14 |
| Octal | 146 | 1 | 105 | 0 | 143 | 40 | 74 | 500 | 142 | 24 |
| Binary | 1100110 | 1 | 1000101 | 0 | 1100011 | 100000 | 111100 | 101000000 | 1100010 | 10100 |
Color Harmonies of #660145
Complementary color
Monochromatic Colors of #660145
Black with #660145
Text Example
Text Example
White with #660145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660145; }
p { color: rgb(102,1,69); }
H1.HeaderClassName
{
color: #660145;
}
.AnyTagClassName
{
color: #660145;
}
</style>
background-color css
<style>
a { background-color: #660145; }
a { background-color: rgb(102,1,69); }
div.DivClassName
{
background-color: #660145;
}
.BgClassName
{
background-color: #660145;
}
</style>
border-color css
<style>
span { border-color: #660145; }
span { border-color: rgb(102,1,69); }
td.TdClassName
{
border-color: #660145;
}
.TagClassName
{
border-color: #660145;
}
</style>