Shades of Tyrian Purple #660031
Tints of Tyrian Purple #660031
RGB
CMYK
RGB Variations
Color information
#660031 (or 0x660031) is known color: Tyrian Purple. HEX triplet: 66, 00 and 31. RGB value is (102,0,49). Sum of RGB (Red+Green+Blue) = 102+0+49=151 (20% of max value = 765). Red value is 102 (40.23% from 255 or 67.55% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 49 (19.53% from 255 or 32.45% from 151); Max value from RGB is 102 - color contains mainly: red. Hex color #660031 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660031 is #99FFCE. Grayscale: #232323. Windows color (decimal): -10092495 or 3211366. OLE color: 3211366.
HSL color Cylindrical-coordinate representation of color #660031: hue angle of 331.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 #660031 is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 0 | 49 | - |
| CMYK | 0 | 1 | 0.52 | 0.6 |
| HSL | 331.18º | 1% | 0.2% | - |
| HSV(B) | 331.18º | 1% | 0.4% | - |
| XYZ | 6.03 | 3.05 | 3.18 | - |
| YUV | 36.08 | 135.29 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 0 | 49 | 0 | 1 | 0.52 | 0.6 | 331.18 | 1 | 0.2 |
| Hex | 66 | 0 | 31 | 0 | 64 | 34 | 3C | 14B | 64 | 14 |
| Octal | 146 | 0 | 61 | 0 | 144 | 64 | 74 | 513 | 144 | 24 |
| Binary | 1100110 | 0 | 110001 | 0 | 1100100 | 110100 | 111100 | 101001011 | 1100100 | 10100 |
Color Harmonies of #660031
Complementary color
Monochromatic Colors of #660031
Black with #660031
Text Example
Text Example
White with #660031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660031; }
p { color: rgb(102,0,49); }
H1.HeaderClassName
{
color: #660031;
}
.AnyTagClassName
{
color: #660031;
}
</style>
background-color css
<style>
a { background-color: #660031; }
a { background-color: rgb(102,0,49); }
div.DivClassName
{
background-color: #660031;
}
.BgClassName
{
background-color: #660031;
}
</style>
border-color css
<style>
span { border-color: #660031; }
span { border-color: rgb(102,0,49); }
td.TdClassName
{
border-color: #660031;
}
.TagClassName
{
border-color: #660031;
}
</style>