Shades of Tyrian Purple #660855
Tints of Tyrian Purple #660855
RGB
CMYK
RGB Variations
Color information
#660855 (or 0x660855) is known color: Tyrian Purple. HEX triplet: 66, 08 and 55. RGB value is (102,8,85). Sum of RGB (Red+Green+Blue) = 102+8+85=195 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.31% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 85 (33.59% from 255 or 43.59% from 195); Max value from RGB is 102 - color contains mainly: red. Hex color #660855 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660855 is #99F7AA. Grayscale: #2C2C2C. Windows color (decimal): -10090411 or 5572710. OLE color: 5572710.
HSL color Cylindrical-coordinate representation of color #660855: hue angle of 310.85º 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 #660855 is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 8 | 85 | - |
| CMYK | 0 | 0.92 | 0.17 | 0.6 |
| HSL | 310.85º | 0.85% | 0.22% | - |
| HSV(B) | 310.85º | 0.92% | 0.4% | - |
| XYZ | 7.21 | 3.65 | 8.92 | - |
| YUV | 44.88 | 150.64 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 8 | 85 | 0 | 0.92 | 0.17 | 0.6 | 310.85 | 0.85 | 0.22 |
| Hex | 66 | 8 | 55 | 0 | 5C | 11 | 3C | 137 | 55 | 16 |
| Octal | 146 | 10 | 125 | 0 | 134 | 21 | 74 | 467 | 125 | 26 |
| Binary | 1100110 | 1000 | 1010101 | 0 | 1011100 | 10001 | 111100 | 100110111 | 1010101 | 10110 |
Color Harmonies of #660855
Complementary color
Monochromatic Colors of #660855
Black with #660855
Text Example
Text Example
White with #660855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660855; }
p { color: rgb(102,8,85); }
H1.HeaderClassName
{
color: #660855;
}
.AnyTagClassName
{
color: #660855;
}
</style>
background-color css
<style>
a { background-color: #660855; }
a { background-color: rgb(102,8,85); }
div.DivClassName
{
background-color: #660855;
}
.BgClassName
{
background-color: #660855;
}
</style>
border-color css
<style>
span { border-color: #660855; }
span { border-color: rgb(102,8,85); }
td.TdClassName
{
border-color: #660855;
}
.TagClassName
{
border-color: #660855;
}
</style>