Shades of Tyrian Purple #600541
Tints of Tyrian Purple #600541
RGB
CMYK
RGB Variations
Color information
#600541 (or 0x600541) is known color: Tyrian Purple. HEX triplet: 60, 05 and 41. RGB value is (96,5,65). Sum of RGB (Red+Green+Blue) = 96+5+65=166 (21% of max value = 765). Red value is 96 (37.89% from 255 or 57.83% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 65 (25.78% from 255 or 39.16% from 166); Max value from RGB is 96 - color contains mainly: red. Hex color #600541 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600541 is #9FFABE. Grayscale: #262626. Windows color (decimal): -10484415 or 4261216. OLE color: 4261216.
HSL color Cylindrical-coordinate representation of color #600541: hue angle of 320.44º 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 #600541 is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 5 | 65 | - |
| CMYK | 0 | 0.95 | 0.32 | 0.62 |
| HSL | 320.44º | 0.9% | 0.2% | - |
| HSV(B) | 320.44º | 0.95% | 0.38% | - |
| XYZ | 5.83 | 2.98 | 5.27 | - |
| YUV | 39.05 | 142.65 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 5 | 65 | 0 | 0.95 | 0.32 | 0.62 | 320.44 | 0.9 | 0.2 |
| Hex | 60 | 5 | 41 | 0 | 5F | 20 | 3E | 140 | 5A | 14 |
| Octal | 140 | 5 | 101 | 0 | 137 | 40 | 76 | 500 | 132 | 24 |
| Binary | 1100000 | 101 | 1000001 | 0 | 1011111 | 100000 | 111110 | 101000000 | 1011010 | 10100 |
Color Harmonies of #600541
Complementary color
Monochromatic Colors of #600541
Black with #600541
Text Example
Text Example
White with #600541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600541; }
p { color: rgb(96,5,65); }
H1.HeaderClassName
{
color: #600541;
}
.AnyTagClassName
{
color: #600541;
}
</style>
background-color css
<style>
a { background-color: #600541; }
a { background-color: rgb(96,5,65); }
div.DivClassName
{
background-color: #600541;
}
.BgClassName
{
background-color: #600541;
}
</style>
border-color css
<style>
span { border-color: #600541; }
span { border-color: rgb(96,5,65); }
td.TdClassName
{
border-color: #600541;
}
.TagClassName
{
border-color: #600541;
}
</style>