Shades of Tyrian Purple #660555
Tints of Tyrian Purple #660555
RGB
CMYK
RGB Variations
Color information
#660555 (or 0x660555) is known color: Tyrian Purple. HEX triplet: 66, 05 and 55. RGB value is (102,5,85). Sum of RGB (Red+Green+Blue) = 102+5+85=192 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.12% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 85 (33.59% from 255 or 44.27% from 192); Max value from RGB is 102 - color contains mainly: red. Hex color #660555 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660555 is #99FAAA. Grayscale: #2A2A2A. Windows color (decimal): -10091179 or 5571942. OLE color: 5571942.
HSL color Cylindrical-coordinate representation of color #660555: hue angle of 310.52º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #660555 is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 5 | 85 | - |
| CMYK | 0 | 0.95 | 0.17 | 0.6 |
| HSL | 310.52º | 0.91% | 0.21% | - |
| HSV(B) | 310.52º | 0.95% | 0.4% | - |
| XYZ | 7.17 | 3.59 | 8.91 | - |
| YUV | 43.12 | 151.64 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 5 | 85 | 0 | 0.95 | 0.17 | 0.6 | 310.52 | 0.91 | 0.21 |
| Hex | 66 | 5 | 55 | 0 | 5F | 11 | 3C | 137 | 5B | 15 |
| Octal | 146 | 5 | 125 | 0 | 137 | 21 | 74 | 467 | 133 | 25 |
| Binary | 1100110 | 101 | 1010101 | 0 | 1011111 | 10001 | 111100 | 100110111 | 1011011 | 10101 |
Color Harmonies of #660555
Complementary color
Monochromatic Colors of #660555
Black with #660555
Text Example
Text Example
White with #660555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660555; }
p { color: rgb(102,5,85); }
H1.HeaderClassName
{
color: #660555;
}
.AnyTagClassName
{
color: #660555;
}
</style>
background-color css
<style>
a { background-color: #660555; }
a { background-color: rgb(102,5,85); }
div.DivClassName
{
background-color: #660555;
}
.BgClassName
{
background-color: #660555;
}
</style>
border-color css
<style>
span { border-color: #660555; }
span { border-color: rgb(102,5,85); }
td.TdClassName
{
border-color: #660555;
}
.TagClassName
{
border-color: #660555;
}
</style>