Shades of Tyrian Purple #600542
Tints of Tyrian Purple #600542
RGB
CMYK
RGB Variations
Color information
#600542 (or 0x600542) is known color: Tyrian Purple. HEX triplet: 60, 05 and 42. RGB value is (96,5,66). Sum of RGB (Red+Green+Blue) = 96+5+66=167 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.49% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 66 (26.17% from 255 or 39.52% from 167); Max value from RGB is 96 - color contains mainly: red. Hex color #600542 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600542 is #9FFABD. Grayscale: #272727. Windows color (decimal): -10484414 or 4326752. OLE color: 4326752.
HSL color Cylindrical-coordinate representation of color #600542: hue angle of 319.78º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #600542 is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 5 | 66 | - |
| CMYK | 0 | 0.95 | 0.31 | 0.62 |
| HSL | 319.78º | 0.9% | 0.2% | - |
| HSV(B) | 319.78º | 0.95% | 0.38% | - |
| XYZ | 5.86 | 2.99 | 5.42 | - |
| YUV | 39.16 | 143.15 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 5 | 66 | 0 | 0.95 | 0.31 | 0.62 | 319.78 | 0.9 | 0.2 |
| Hex | 60 | 5 | 42 | 0 | 5F | 1F | 3E | 140 | 5A | 14 |
| Octal | 140 | 5 | 102 | 0 | 137 | 37 | 76 | 500 | 132 | 24 |
| Binary | 1100000 | 101 | 1000010 | 0 | 1011111 | 11111 | 111110 | 101000000 | 1011010 | 10100 |
Color Harmonies of #600542
Complementary color
Monochromatic Colors of #600542
Black with #600542
Text Example
Text Example
White with #600542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600542; }
p { color: rgb(96,5,66); }
H1.HeaderClassName
{
color: #600542;
}
.AnyTagClassName
{
color: #600542;
}
</style>
background-color css
<style>
a { background-color: #600542; }
a { background-color: rgb(96,5,66); }
div.DivClassName
{
background-color: #600542;
}
.BgClassName
{
background-color: #600542;
}
</style>
border-color css
<style>
span { border-color: #600542; }
span { border-color: rgb(96,5,66); }
td.TdClassName
{
border-color: #600542;
}
.TagClassName
{
border-color: #600542;
}
</style>