Shades of Tyrian Purple #660457
Tints of Tyrian Purple #660457
RGB
CMYK
RGB Variations
Color information
#660457 (or 0x660457) is known color: Tyrian Purple. HEX triplet: 66, 04 and 57. RGB value is (102,4,87). Sum of RGB (Red+Green+Blue) = 102+4+87=193 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.85% from 193); Green value is 4 (1.95% from 255 or 2.07% from 193); Blue value is 87 (34.38% from 255 or 45.08% from 193); Max value from RGB is 102 - color contains mainly: red. Hex color #660457 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660457 is #99FBA8. Grayscale: #2A2A2A. Windows color (decimal): -10091433 or 5702758. OLE color: 5702758.
HSL color Cylindrical-coordinate representation of color #660457: hue angle of 309.18º 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 #660457 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 4 | 87 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.6 |
| HSL | 309.18º | 0.92% | 0.21% | - |
| HSV(B) | 309.18º | 0.96% | 0.4% | - |
| XYZ | 7.24 | 3.6 | 9.33 | - |
| YUV | 42.76 | 152.97 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 4 | 87 | 0 | 0.96 | 0.15 | 0.6 | 309.18 | 0.92 | 0.21 |
| Hex | 66 | 4 | 57 | 0 | 60 | F | 3C | 135 | 5C | 15 |
| Octal | 146 | 4 | 127 | 0 | 140 | 17 | 74 | 465 | 134 | 25 |
| Binary | 1100110 | 100 | 1010111 | 0 | 1100000 | 1111 | 111100 | 100110101 | 1011100 | 10101 |
Color Harmonies of #660457
Complementary color
Monochromatic Colors of #660457
Black with #660457
Text Example
Text Example
White with #660457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660457; }
p { color: rgb(102,4,87); }
H1.HeaderClassName
{
color: #660457;
}
.AnyTagClassName
{
color: #660457;
}
</style>
background-color css
<style>
a { background-color: #660457; }
a { background-color: rgb(102,4,87); }
div.DivClassName
{
background-color: #660457;
}
.BgClassName
{
background-color: #660457;
}
</style>
border-color css
<style>
span { border-color: #660457; }
span { border-color: rgb(102,4,87); }
td.TdClassName
{
border-color: #660457;
}
.TagClassName
{
border-color: #660457;
}
</style>