Shades of Tyrian Purple #660451
Tints of Tyrian Purple #660451
RGB
CMYK
RGB Variations
Color information
#660451 (or 0x660451) is known color: Tyrian Purple. HEX triplet: 66, 04 and 51. RGB value is (102,4,81). Sum of RGB (Red+Green+Blue) = 102+4+81=187 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.55% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 81 (32.03% from 255 or 43.32% from 187); Max value from RGB is 102 - color contains mainly: red. Hex color #660451 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660451 is #99FBAE. Grayscale: #292929. Windows color (decimal): -10091439 or 5309542. OLE color: 5309542.
HSL color Cylindrical-coordinate representation of color #660451: hue angle of 312.86º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #660451 is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 4 | 81 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.6 |
| HSL | 312.86º | 0.92% | 0.21% | - |
| HSV(B) | 312.86º | 0.96% | 0.4% | - |
| XYZ | 7.01 | 3.51 | 8.09 | - |
| YUV | 42.08 | 149.97 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 4 | 81 | 0 | 0.96 | 0.21 | 0.6 | 312.86 | 0.92 | 0.21 |
| Hex | 66 | 4 | 51 | 0 | 60 | 15 | 3C | 139 | 5C | 15 |
| Octal | 146 | 4 | 121 | 0 | 140 | 25 | 74 | 471 | 134 | 25 |
| Binary | 1100110 | 100 | 1010001 | 0 | 1100000 | 10101 | 111100 | 100111001 | 1011100 | 10101 |
Color Harmonies of #660451
Complementary color
Monochromatic Colors of #660451
Black with #660451
Text Example
Text Example
White with #660451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660451; }
p { color: rgb(102,4,81); }
H1.HeaderClassName
{
color: #660451;
}
.AnyTagClassName
{
color: #660451;
}
</style>
background-color css
<style>
a { background-color: #660451; }
a { background-color: rgb(102,4,81); }
div.DivClassName
{
background-color: #660451;
}
.BgClassName
{
background-color: #660451;
}
</style>
border-color css
<style>
span { border-color: #660451; }
span { border-color: rgb(102,4,81); }
td.TdClassName
{
border-color: #660451;
}
.TagClassName
{
border-color: #660451;
}
</style>