Shades of Tyrian Purple #660C4E
Tints of Tyrian Purple #660C4E
RGB
CMYK
RGB Variations
Color information
#660C4E (or 0x660C4E) is known color: Tyrian Purple. HEX triplet: 66, 0C and 4E. RGB value is (102,12,78). Sum of RGB (Red+Green+Blue) = 102+12+78=192 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.12% from 192); Green value is 12 (5.08% from 255 or 6.25% from 192); Blue value is 78 (30.86% from 255 or 40.62% from 192); Max value from RGB is 102 - color contains mainly: red. Hex color #660C4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660C4E is #99F3B1. Grayscale: #2E2E2E. Windows color (decimal): -10089394 or 5114982. OLE color: 5114982.
HSL color Cylindrical-coordinate representation of color #660C4E: hue angle of 316º 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 #660C4E is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 12 | 78 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.6 |
| HSL | 316º | 0.79% | 0.22% | - |
| HSV(B) | 316º | 0.88% | 0.4% | - |
| XYZ | 6.99 | 3.64 | 7.54 | - |
| YUV | 46.43 | 145.82 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 12 | 78 | 0 | 0.88 | 0.24 | 0.6 | 316 | 0.79 | 0.22 |
| Hex | 66 | C | 4E | 0 | 58 | 18 | 3C | 13C | 4F | 16 |
| Octal | 146 | 14 | 116 | 0 | 130 | 30 | 74 | 474 | 117 | 26 |
| Binary | 1100110 | 1100 | 1001110 | 0 | 1011000 | 11000 | 111100 | 100111100 | 1001111 | 10110 |
Color Harmonies of #660C4E
Complementary color
Monochromatic Colors of #660C4E
Black with #660C4E
Text Example
Text Example
White with #660C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660C4E; }
p { color: rgb(102,12,78); }
H1.HeaderClassName
{
color: #660C4E;
}
.AnyTagClassName
{
color: #660C4E;
}
</style>
background-color css
<style>
a { background-color: #660C4E; }
a { background-color: rgb(102,12,78); }
div.DivClassName
{
background-color: #660C4E;
}
.BgClassName
{
background-color: #660C4E;
}
</style>
border-color css
<style>
span { border-color: #660C4E; }
span { border-color: rgb(102,12,78); }
td.TdClassName
{
border-color: #660C4E;
}
.TagClassName
{
border-color: #660C4E;
}
</style>