Shades of Tyrian Purple #660251
Tints of Tyrian Purple #660251
RGB
CMYK
RGB Variations
Color information
#660251 (or 0x660251) is known color: Tyrian Purple. HEX triplet: 66, 02 and 51. RGB value is (102,2,81). Sum of RGB (Red+Green+Blue) = 102+2+81=185 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.14% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 81 (32.03% from 255 or 43.78% from 185); Max value from RGB is 102 - color contains mainly: red. Hex color #660251 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660251 is #99FDAE. Grayscale: #282828. Windows color (decimal): -10091951 or 5309030. OLE color: 5309030.
HSL color Cylindrical-coordinate representation of color #660251: hue angle of 312.6º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #660251 is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 2 | 81 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.6 |
| HSL | 312.6º | 0.96% | 0.2% | - |
| HSV(B) | 312.6º | 0.98% | 0.4% | - |
| XYZ | 6.99 | 3.46 | 8.08 | - |
| YUV | 40.91 | 150.63 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 2 | 81 | 0 | 0.98 | 0.21 | 0.6 | 312.6 | 0.96 | 0.2 |
| Hex | 66 | 2 | 51 | 0 | 62 | 15 | 3C | 139 | 60 | 14 |
| Octal | 146 | 2 | 121 | 0 | 142 | 25 | 74 | 471 | 140 | 24 |
| Binary | 1100110 | 10 | 1010001 | 0 | 1100010 | 10101 | 111100 | 100111001 | 1100000 | 10100 |
Color Harmonies of #660251
Complementary color
Monochromatic Colors of #660251
Black with #660251
Text Example
Text Example
White with #660251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660251; }
p { color: rgb(102,2,81); }
H1.HeaderClassName
{
color: #660251;
}
.AnyTagClassName
{
color: #660251;
}
</style>
background-color css
<style>
a { background-color: #660251; }
a { background-color: rgb(102,2,81); }
div.DivClassName
{
background-color: #660251;
}
.BgClassName
{
background-color: #660251;
}
</style>
border-color css
<style>
span { border-color: #660251; }
span { border-color: rgb(102,2,81); }
td.TdClassName
{
border-color: #660251;
}
.TagClassName
{
border-color: #660251;
}
</style>