Shades of Tyrian Purple #660557
Tints of Tyrian Purple #660557
RGB
CMYK
RGB Variations
Color information
#660557 (or 0x660557) is known color: Tyrian Purple. HEX triplet: 66, 05 and 57. RGB value is (102,5,87). Sum of RGB (Red+Green+Blue) = 102+5+87=194 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.58% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 87 (34.38% from 255 or 44.85% from 194); Max value from RGB is 102 - color contains mainly: red. Hex color #660557 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660557 is #99FAA8. Grayscale: #2B2B2B. Windows color (decimal): -10091177 or 5703014. OLE color: 5703014.
HSL color Cylindrical-coordinate representation of color #660557: hue angle of 309.28º 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 #660557 is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 5 | 87 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.6 |
| HSL | 309.28º | 0.91% | 0.21% | - |
| HSV(B) | 309.28º | 0.95% | 0.4% | - |
| XYZ | 7.25 | 3.62 | 9.33 | - |
| YUV | 43.35 | 152.64 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 5 | 87 | 0 | 0.95 | 0.15 | 0.6 | 309.28 | 0.91 | 0.21 |
| Hex | 66 | 5 | 57 | 0 | 5F | F | 3C | 135 | 5B | 15 |
| Octal | 146 | 5 | 127 | 0 | 137 | 17 | 74 | 465 | 133 | 25 |
| Binary | 1100110 | 101 | 1010111 | 0 | 1011111 | 1111 | 111100 | 100110101 | 1011011 | 10101 |
Color Harmonies of #660557
Complementary color
Monochromatic Colors of #660557
Black with #660557
Text Example
Text Example
White with #660557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660557; }
p { color: rgb(102,5,87); }
H1.HeaderClassName
{
color: #660557;
}
.AnyTagClassName
{
color: #660557;
}
</style>
background-color css
<style>
a { background-color: #660557; }
a { background-color: rgb(102,5,87); }
div.DivClassName
{
background-color: #660557;
}
.BgClassName
{
background-color: #660557;
}
</style>
border-color css
<style>
span { border-color: #660557; }
span { border-color: rgb(102,5,87); }
td.TdClassName
{
border-color: #660557;
}
.TagClassName
{
border-color: #660557;
}
</style>