Shades of Tyrian Purple #660441
Tints of Tyrian Purple #660441
RGB
CMYK
RGB Variations
Color information
#660441 (or 0x660441) is known color: Tyrian Purple. HEX triplet: 66, 04 and 41. RGB value is (102,4,65). Sum of RGB (Red+Green+Blue) = 102+4+65=171 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.65% from 171); Green value is 4 (1.95% from 255 or 2.34% from 171); Blue value is 65 (25.78% from 255 or 38.01% from 171); Max value from RGB is 102 - color contains mainly: red. Hex color #660441 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660441 is #99FBBE. Grayscale: #282828. Windows color (decimal): -10091455 or 4260966. OLE color: 4260966.
HSL color Cylindrical-coordinate representation of color #660441: hue angle of 322.65º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #660441 is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 4 | 65 | - |
| CMYK | 0 | 0.96 | 0.36 | 0.6 |
| HSL | 322.65º | 0.92% | 0.21% | - |
| HSV(B) | 322.65º | 0.96% | 0.4% | - |
| XYZ | 6.48 | 3.29 | 5.3 | - |
| YUV | 40.26 | 141.97 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 4 | 65 | 0 | 0.96 | 0.36 | 0.6 | 322.65 | 0.92 | 0.21 |
| Hex | 66 | 4 | 41 | 0 | 60 | 24 | 3C | 143 | 5C | 15 |
| Octal | 146 | 4 | 101 | 0 | 140 | 44 | 74 | 503 | 134 | 25 |
| Binary | 1100110 | 100 | 1000001 | 0 | 1100000 | 100100 | 111100 | 101000011 | 1011100 | 10101 |
Color Harmonies of #660441
Complementary color
Monochromatic Colors of #660441
Black with #660441
Text Example
Text Example
White with #660441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660441; }
p { color: rgb(102,4,65); }
H1.HeaderClassName
{
color: #660441;
}
.AnyTagClassName
{
color: #660441;
}
</style>
background-color css
<style>
a { background-color: #660441; }
a { background-color: rgb(102,4,65); }
div.DivClassName
{
background-color: #660441;
}
.BgClassName
{
background-color: #660441;
}
</style>
border-color css
<style>
span { border-color: #660441; }
span { border-color: rgb(102,4,65); }
td.TdClassName
{
border-color: #660441;
}
.TagClassName
{
border-color: #660441;
}
</style>