Shades of Tyrian Purple #660357
Tints of Tyrian Purple #660357
RGB
CMYK
RGB Variations
Color information
#660357 (or 0x660357) is known color: Tyrian Purple. HEX triplet: 66, 03 and 57. RGB value is (102,3,87). Sum of RGB (Red+Green+Blue) = 102+3+87=192 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.12% from 192); Green value is 3 (1.56% from 255 or 1.56% from 192); Blue value is 87 (34.38% from 255 or 45.31% from 192); Max value from RGB is 102 - color contains mainly: red. Hex color #660357 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660357 is #99FCA8. Grayscale: #292929. Windows color (decimal): -10091689 or 5702502. OLE color: 5702502.
HSL color Cylindrical-coordinate representation of color #660357: hue angle of 309.09º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #660357 is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 3 | 87 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.6 |
| HSL | 309.09º | 0.94% | 0.21% | - |
| HSV(B) | 309.09º | 0.97% | 0.4% | - |
| XYZ | 7.23 | 3.58 | 9.33 | - |
| YUV | 42.18 | 153.3 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 3 | 87 | 0 | 0.97 | 0.15 | 0.6 | 309.09 | 0.94 | 0.21 |
| Hex | 66 | 3 | 57 | 0 | 61 | F | 3C | 135 | 5E | 15 |
| Octal | 146 | 3 | 127 | 0 | 141 | 17 | 74 | 465 | 136 | 25 |
| Binary | 1100110 | 11 | 1010111 | 0 | 1100001 | 1111 | 111100 | 100110101 | 1011110 | 10101 |
Color Harmonies of #660357
Complementary color
Monochromatic Colors of #660357
Black with #660357
Text Example
Text Example
White with #660357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660357; }
p { color: rgb(102,3,87); }
H1.HeaderClassName
{
color: #660357;
}
.AnyTagClassName
{
color: #660357;
}
</style>
background-color css
<style>
a { background-color: #660357; }
a { background-color: rgb(102,3,87); }
div.DivClassName
{
background-color: #660357;
}
.BgClassName
{
background-color: #660357;
}
</style>
border-color css
<style>
span { border-color: #660357; }
span { border-color: rgb(102,3,87); }
td.TdClassName
{
border-color: #660357;
}
.TagClassName
{
border-color: #660357;
}
</style>