Shades of Tyrian Purple #660541
Tints of Tyrian Purple #660541
RGB
CMYK
RGB Variations
Color information
#660541 (or 0x660541) is known color: Tyrian Purple. HEX triplet: 66, 05 and 41. RGB value is (102,5,65). Sum of RGB (Red+Green+Blue) = 102+5+65=172 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.30% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 65 (25.78% from 255 or 37.79% from 172); Max value from RGB is 102 - color contains mainly: red. Hex color #660541 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660541 is #99FABE. Grayscale: #282828. Windows color (decimal): -10091199 or 4261222. OLE color: 4261222.
HSL color Cylindrical-coordinate representation of color #660541: hue angle of 322.89º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #660541 is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 5 | 65 | - |
| CMYK | 0 | 0.95 | 0.36 | 0.6 |
| HSL | 322.89º | 0.91% | 0.21% | - |
| HSV(B) | 322.89º | 0.95% | 0.4% | - |
| XYZ | 6.49 | 3.31 | 5.3 | - |
| YUV | 40.84 | 141.64 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 5 | 65 | 0 | 0.95 | 0.36 | 0.6 | 322.89 | 0.91 | 0.21 |
| Hex | 66 | 5 | 41 | 0 | 5F | 24 | 3C | 143 | 5B | 15 |
| Octal | 146 | 5 | 101 | 0 | 137 | 44 | 74 | 503 | 133 | 25 |
| Binary | 1100110 | 101 | 1000001 | 0 | 1011111 | 100100 | 111100 | 101000011 | 1011011 | 10101 |
Color Harmonies of #660541
Complementary color
Monochromatic Colors of #660541
Black with #660541
Text Example
Text Example
White with #660541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660541; }
p { color: rgb(102,5,65); }
H1.HeaderClassName
{
color: #660541;
}
.AnyTagClassName
{
color: #660541;
}
</style>
background-color css
<style>
a { background-color: #660541; }
a { background-color: rgb(102,5,65); }
div.DivClassName
{
background-color: #660541;
}
.BgClassName
{
background-color: #660541;
}
</style>
border-color css
<style>
span { border-color: #660541; }
span { border-color: rgb(102,5,65); }
td.TdClassName
{
border-color: #660541;
}
.TagClassName
{
border-color: #660541;
}
</style>