Shades of Tyrian Purple #660157
Tints of Tyrian Purple #660157
RGB
CMYK
RGB Variations
Color information
#660157 (or 0x660157) is known color: Tyrian Purple. HEX triplet: 66, 01 and 57. RGB value is (102,1,87). Sum of RGB (Red+Green+Blue) = 102+1+87=190 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.68% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 87 (34.38% from 255 or 45.79% from 190); Max value from RGB is 102 - color contains mainly: red. Hex color #660157 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660157 is #99FEA8. Grayscale: #282828. Windows color (decimal): -10092201 or 5701990. OLE color: 5701990.
HSL color Cylindrical-coordinate representation of color #660157: hue angle of 308.91º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #660157 is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 1 | 87 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.6 |
| HSL | 308.91º | 0.98% | 0.2% | - |
| HSV(B) | 308.91º | 0.99% | 0.4% | - |
| XYZ | 7.21 | 3.53 | 9.32 | - |
| YUV | 41 | 153.96 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 1 | 87 | 0 | 0.99 | 0.15 | 0.6 | 308.91 | 0.98 | 0.2 |
| Hex | 66 | 1 | 57 | 0 | 63 | F | 3C | 135 | 62 | 14 |
| Octal | 146 | 1 | 127 | 0 | 143 | 17 | 74 | 465 | 142 | 24 |
| Binary | 1100110 | 1 | 1010111 | 0 | 1100011 | 1111 | 111100 | 100110101 | 1100010 | 10100 |
Color Harmonies of #660157
Complementary color
Monochromatic Colors of #660157
Black with #660157
Text Example
Text Example
White with #660157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660157; }
p { color: rgb(102,1,87); }
H1.HeaderClassName
{
color: #660157;
}
.AnyTagClassName
{
color: #660157;
}
</style>
background-color css
<style>
a { background-color: #660157; }
a { background-color: rgb(102,1,87); }
div.DivClassName
{
background-color: #660157;
}
.BgClassName
{
background-color: #660157;
}
</style>
border-color css
<style>
span { border-color: #660157; }
span { border-color: rgb(102,1,87); }
td.TdClassName
{
border-color: #660157;
}
.TagClassName
{
border-color: #660157;
}
</style>