Shades of Tyrian Purple #660450
Tints of Tyrian Purple #660450
RGB
CMYK
RGB Variations
Color information
#660450 (or 0x660450) is known color: Tyrian Purple. HEX triplet: 66, 04 and 50. RGB value is (102,4,80). Sum of RGB (Red+Green+Blue) = 102+4+80=186 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.84% from 186); Green value is 4 (1.95% from 255 or 2.15% from 186); Blue value is 80 (31.64% from 255 or 43.01% from 186); Max value from RGB is 102 - color contains mainly: red. Hex color #660450 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660450 is #99FBAF. Grayscale: #292929. Windows color (decimal): -10091440 or 5244006. OLE color: 5244006.
HSL color Cylindrical-coordinate representation of color #660450: hue angle of 313.47º 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 #660450 is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 4 | 80 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.6 |
| HSL | 313.47º | 0.92% | 0.21% | - |
| HSV(B) | 313.47º | 0.96% | 0.4% | - |
| XYZ | 6.97 | 3.49 | 7.9 | - |
| YUV | 41.97 | 149.47 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 4 | 80 | 0 | 0.96 | 0.22 | 0.6 | 313.47 | 0.92 | 0.21 |
| Hex | 66 | 4 | 50 | 0 | 60 | 16 | 3C | 139 | 5C | 15 |
| Octal | 146 | 4 | 120 | 0 | 140 | 26 | 74 | 471 | 134 | 25 |
| Binary | 1100110 | 100 | 1010000 | 0 | 1100000 | 10110 | 111100 | 100111001 | 1011100 | 10101 |
Color Harmonies of #660450
Complementary color
Monochromatic Colors of #660450
Black with #660450
Text Example
Text Example
White with #660450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660450; }
p { color: rgb(102,4,80); }
H1.HeaderClassName
{
color: #660450;
}
.AnyTagClassName
{
color: #660450;
}
</style>
background-color css
<style>
a { background-color: #660450; }
a { background-color: rgb(102,4,80); }
div.DivClassName
{
background-color: #660450;
}
.BgClassName
{
background-color: #660450;
}
</style>
border-color css
<style>
span { border-color: #660450; }
span { border-color: rgb(102,4,80); }
td.TdClassName
{
border-color: #660450;
}
.TagClassName
{
border-color: #660450;
}
</style>