Shades of Tyrian Purple #660C51
Tints of Tyrian Purple #660C51
RGB
CMYK
RGB Variations
Color information
#660C51 (or 0x660C51) is known color: Tyrian Purple. HEX triplet: 66, 0C and 51. RGB value is (102,12,81). Sum of RGB (Red+Green+Blue) = 102+12+81=195 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.31% from 195); Green value is 12 (5.08% from 255 or 6.15% from 195); Blue value is 81 (32.03% from 255 or 41.54% from 195); Max value from RGB is 102 - color contains mainly: red. Hex color #660C51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660C51 is #99F3AE. Grayscale: #2E2E2E. Windows color (decimal): -10089391 or 5311590. OLE color: 5311590.
HSL color Cylindrical-coordinate representation of color #660C51: hue angle of 314º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #660C51 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 12 | 81 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.6 |
| HSL | 314º | 0.79% | 0.22% | - |
| HSV(B) | 314º | 0.88% | 0.4% | - |
| XYZ | 7.1 | 3.68 | 8.12 | - |
| YUV | 46.78 | 147.32 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 12 | 81 | 0 | 0.88 | 0.21 | 0.6 | 314 | 0.79 | 0.22 |
| Hex | 66 | C | 51 | 0 | 58 | 15 | 3C | 13A | 4F | 16 |
| Octal | 146 | 14 | 121 | 0 | 130 | 25 | 74 | 472 | 117 | 26 |
| Binary | 1100110 | 1100 | 1010001 | 0 | 1011000 | 10101 | 111100 | 100111010 | 1001111 | 10110 |
Color Harmonies of #660C51
Complementary color
Monochromatic Colors of #660C51
Black with #660C51
Text Example
Text Example
White with #660C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660C51; }
p { color: rgb(102,12,81); }
H1.HeaderClassName
{
color: #660C51;
}
.AnyTagClassName
{
color: #660C51;
}
</style>
background-color css
<style>
a { background-color: #660C51; }
a { background-color: rgb(102,12,81); }
div.DivClassName
{
background-color: #660C51;
}
.BgClassName
{
background-color: #660C51;
}
</style>
border-color css
<style>
span { border-color: #660C51; }
span { border-color: rgb(102,12,81); }
td.TdClassName
{
border-color: #660C51;
}
.TagClassName
{
border-color: #660C51;
}
</style>