Shades of Tyrian Purple #660447
Tints of Tyrian Purple #660447
RGB
CMYK
RGB Variations
Color information
#660447 (or 0x660447) is known color: Tyrian Purple. HEX triplet: 66, 04 and 47. RGB value is (102,4,71). Sum of RGB (Red+Green+Blue) = 102+4+71=177 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.63% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 71 (28.12% from 255 or 40.11% from 177); Max value from RGB is 102 - color contains mainly: red. Hex color #660447 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660447 is #99FBB8. Grayscale: #282828. Windows color (decimal): -10091449 or 4654182. OLE color: 4654182.
HSL color Cylindrical-coordinate representation of color #660447: hue angle of 318.98º 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 #660447 is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 4 | 71 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.6 |
| HSL | 318.98º | 0.92% | 0.21% | - |
| HSV(B) | 318.98º | 0.96% | 0.4% | - |
| XYZ | 6.66 | 3.37 | 6.26 | - |
| YUV | 40.94 | 144.97 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 4 | 71 | 0 | 0.96 | 0.30 | 0.6 | 318.98 | 0.92 | 0.21 |
| Hex | 66 | 4 | 47 | 0 | 60 | 1E | 3C | 13F | 5C | 15 |
| Octal | 146 | 4 | 107 | 0 | 140 | 36 | 74 | 477 | 134 | 25 |
| Binary | 1100110 | 100 | 1000111 | 0 | 1100000 | 11110 | 111100 | 100111111 | 1011100 | 10101 |
Color Harmonies of #660447
Complementary color
Monochromatic Colors of #660447
Black with #660447
Text Example
Text Example
White with #660447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660447; }
p { color: rgb(102,4,71); }
H1.HeaderClassName
{
color: #660447;
}
.AnyTagClassName
{
color: #660447;
}
</style>
background-color css
<style>
a { background-color: #660447; }
a { background-color: rgb(102,4,71); }
div.DivClassName
{
background-color: #660447;
}
.BgClassName
{
background-color: #660447;
}
</style>
border-color css
<style>
span { border-color: #660447; }
span { border-color: rgb(102,4,71); }
td.TdClassName
{
border-color: #660447;
}
.TagClassName
{
border-color: #660447;
}
</style>