Shades of Tyrian Purple #600057
Tints of Tyrian Purple #600057
RGB
CMYK
RGB Variations
Color information
#600057 (or 0x600057) is known color: Tyrian Purple. HEX triplet: 60, 00 and 57. RGB value is (96,0,87). Sum of RGB (Red+Green+Blue) = 96+0+87=183 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.46% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 87 (34.38% from 255 or 47.54% from 183); Max value from RGB is 96 - color contains mainly: red. Hex color #600057 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600057 is #9FFFA8. Grayscale: #262626. Windows color (decimal): -10485673 or 5701728. OLE color: 5701728.
HSL color Cylindrical-coordinate representation of color #600057: hue angle of 305.62º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #600057 is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 0 | 87 | - |
| CMYK | 0 | 1 | 0.09 | 0.62 |
| HSL | 305.63º | 1% | 0.19% | - |
| HSV(B) | 305.63º | 1% | 0.38% | - |
| XYZ | 6.54 | 3.17 | 9.28 | - |
| YUV | 38.62 | 155.3 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 0 | 87 | 0 | 1 | 0.09 | 0.62 | 305.63 | 1 | 0.19 |
| Hex | 60 | 0 | 57 | 0 | 64 | 9 | 3E | 132 | 64 | 13 |
| Octal | 140 | 0 | 127 | 0 | 144 | 11 | 76 | 462 | 144 | 23 |
| Binary | 1100000 | 0 | 1010111 | 0 | 1100100 | 1001 | 111110 | 100110010 | 1100100 | 10011 |
Color Harmonies of #600057
Complementary color
Monochromatic Colors of #600057
Black with #600057
Text Example
Text Example
White with #600057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600057; }
p { color: rgb(96,0,87); }
H1.HeaderClassName
{
color: #600057;
}
.AnyTagClassName
{
color: #600057;
}
</style>
background-color css
<style>
a { background-color: #600057; }
a { background-color: rgb(96,0,87); }
div.DivClassName
{
background-color: #600057;
}
.BgClassName
{
background-color: #600057;
}
</style>
border-color css
<style>
span { border-color: #600057; }
span { border-color: rgb(96,0,87); }
td.TdClassName
{
border-color: #600057;
}
.TagClassName
{
border-color: #600057;
}
</style>