Shades of Tyrian Purple #660851
Tints of Tyrian Purple #660851
RGB
CMYK
RGB Variations
Color information
#660851 (or 0x660851) is known color: Tyrian Purple. HEX triplet: 66, 08 and 51. RGB value is (102,8,81). Sum of RGB (Red+Green+Blue) = 102+8+81=191 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.40% from 191); Green value is 8 (3.52% from 255 or 4.19% from 191); Blue value is 81 (32.03% from 255 or 42.41% from 191); Max value from RGB is 102 - color contains mainly: red. Hex color #660851 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660851 is #99F7AE. Grayscale: #2C2C2C. Windows color (decimal): -10090415 or 5310566. OLE color: 5310566.
HSL color Cylindrical-coordinate representation of color #660851: hue angle of 313.4º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #660851 is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 8 | 81 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.6 |
| HSL | 313.4º | 0.85% | 0.22% | - |
| HSV(B) | 313.4º | 0.92% | 0.4% | - |
| XYZ | 7.05 | 3.59 | 8.11 | - |
| YUV | 44.43 | 148.64 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 8 | 81 | 0 | 0.92 | 0.21 | 0.6 | 313.4 | 0.85 | 0.22 |
| Hex | 66 | 8 | 51 | 0 | 5C | 15 | 3C | 139 | 55 | 16 |
| Octal | 146 | 10 | 121 | 0 | 134 | 25 | 74 | 471 | 125 | 26 |
| Binary | 1100110 | 1000 | 1010001 | 0 | 1011100 | 10101 | 111100 | 100111001 | 1010101 | 10110 |
Color Harmonies of #660851
Complementary color
Monochromatic Colors of #660851
Black with #660851
Text Example
Text Example
White with #660851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660851; }
p { color: rgb(102,8,81); }
H1.HeaderClassName
{
color: #660851;
}
.AnyTagClassName
{
color: #660851;
}
</style>
background-color css
<style>
a { background-color: #660851; }
a { background-color: rgb(102,8,81); }
div.DivClassName
{
background-color: #660851;
}
.BgClassName
{
background-color: #660851;
}
</style>
border-color css
<style>
span { border-color: #660851; }
span { border-color: rgb(102,8,81); }
td.TdClassName
{
border-color: #660851;
}
.TagClassName
{
border-color: #660851;
}
</style>