Shades of Tyrian Purple #660039
Tints of Tyrian Purple #660039
RGB
CMYK
RGB Variations
Color information
#660039 (or 0x660039) is known color: Tyrian Purple. HEX triplet: 66, 00 and 39. RGB value is (102,0,57). Sum of RGB (Red+Green+Blue) = 102+0+57=159 (21% of max value = 765). Red value is 102 (40.23% from 255 or 64.15% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 57 (22.66% from 255 or 35.85% from 159); Max value from RGB is 102 - color contains mainly: red. Hex color #660039 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660039 is #99FFC6. Grayscale: #242424. Windows color (decimal): -10092487 or 3735654. OLE color: 3735654.
HSL color Cylindrical-coordinate representation of color #660039: hue angle of 326.47º 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 #660039 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 0 | 57 | - |
| CMYK | 0 | 1 | 0.44 | 0.6 |
| HSL | 326.47º | 1% | 0.2% | - |
| HSV(B) | 326.47º | 1% | 0.4% | - |
| XYZ | 6.22 | 3.12 | 4.15 | - |
| YUV | 37 | 139.29 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 0 | 57 | 0 | 1 | 0.44 | 0.6 | 326.47 | 1 | 0.2 |
| Hex | 66 | 0 | 39 | 0 | 64 | 2C | 3C | 146 | 64 | 14 |
| Octal | 146 | 0 | 71 | 0 | 144 | 54 | 74 | 506 | 144 | 24 |
| Binary | 1100110 | 0 | 111001 | 0 | 1100100 | 101100 | 111100 | 101000110 | 1100100 | 10100 |
Color Harmonies of #660039
Complementary color
Monochromatic Colors of #660039
Black with #660039
Text Example
Text Example
White with #660039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660039; }
p { color: rgb(102,0,57); }
H1.HeaderClassName
{
color: #660039;
}
.AnyTagClassName
{
color: #660039;
}
</style>
background-color css
<style>
a { background-color: #660039; }
a { background-color: rgb(102,0,57); }
div.DivClassName
{
background-color: #660039;
}
.BgClassName
{
background-color: #660039;
}
</style>
border-color css
<style>
span { border-color: #660039; }
span { border-color: rgb(102,0,57); }
td.TdClassName
{
border-color: #660039;
}
.TagClassName
{
border-color: #660039;
}
</style>