Shades of Tyrian Purple #660042
Tints of Tyrian Purple #660042
RGB
CMYK
RGB Variations
Color information
#660042 (or 0x660042) is known color: Tyrian Purple. HEX triplet: 66, 00 and 42. RGB value is (102,0,66). Sum of RGB (Red+Green+Blue) = 102+0+66=168 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.71% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 66 (26.17% from 255 or 39.29% from 168); Max value from RGB is 102 - color contains mainly: red. Hex color #660042 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660042 is #99FFBD. Grayscale: #252525. Windows color (decimal): -10092478 or 4325478. OLE color: 4325478.
HSL color Cylindrical-coordinate representation of color #660042: hue angle of 321.18º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #660042 is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 0 | 66 | - |
| CMYK | 0 | 1 | 0.35 | 0.6 |
| HSL | 321.18º | 1% | 0.2% | - |
| HSV(B) | 321.18º | 1% | 0.4% | - |
| XYZ | 6.46 | 3.22 | 5.43 | - |
| YUV | 38.02 | 143.79 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 0 | 66 | 0 | 1 | 0.35 | 0.6 | 321.18 | 1 | 0.2 |
| Hex | 66 | 0 | 42 | 0 | 64 | 23 | 3C | 141 | 64 | 14 |
| Octal | 146 | 0 | 102 | 0 | 144 | 43 | 74 | 501 | 144 | 24 |
| Binary | 1100110 | 0 | 1000010 | 0 | 1100100 | 100011 | 111100 | 101000001 | 1100100 | 10100 |
Color Harmonies of #660042
Complementary color
Monochromatic Colors of #660042
Black with #660042
Text Example
Text Example
White with #660042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660042; }
p { color: rgb(102,0,66); }
H1.HeaderClassName
{
color: #660042;
}
.AnyTagClassName
{
color: #660042;
}
</style>
background-color css
<style>
a { background-color: #660042; }
a { background-color: rgb(102,0,66); }
div.DivClassName
{
background-color: #660042;
}
.BgClassName
{
background-color: #660042;
}
</style>
border-color css
<style>
span { border-color: #660042; }
span { border-color: rgb(102,0,66); }
td.TdClassName
{
border-color: #660042;
}
.TagClassName
{
border-color: #660042;
}
</style>