Shades of Tyrian Purple #600529
Tints of Tyrian Purple #600529
RGB
CMYK
RGB Variations
Color information
#600529 (or 0x600529) is known color: Tyrian Purple. HEX triplet: 60, 05 and 29. RGB value is (96,5,41). Sum of RGB (Red+Green+Blue) = 96+5+41=142 (18% of max value = 765). Red value is 96 (37.89% from 255 or 67.61% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 41 (16.41% from 255 or 28.87% from 142); Max value from RGB is 96 - color contains mainly: red. Hex color #600529 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600529 is #9FFAD6. Grayscale: #242424. Windows color (decimal): -10484439 or 2688352. OLE color: 2688352.
HSL color Cylindrical-coordinate representation of color #600529: hue angle of 336.26º 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 #600529 is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 5 | 41 | - |
| CMYK | 0 | 0.95 | 0.57 | 0.62 |
| HSL | 336.26º | 0.9% | 0.2% | - |
| HSV(B) | 336.26º | 0.95% | 0.38% | - |
| XYZ | 5.28 | 2.76 | 2.35 | - |
| YUV | 36.31 | 130.65 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 5 | 41 | 0 | 0.95 | 0.57 | 0.62 | 336.26 | 0.9 | 0.2 |
| Hex | 60 | 5 | 29 | 0 | 5F | 39 | 3E | 150 | 5A | 14 |
| Octal | 140 | 5 | 51 | 0 | 137 | 71 | 76 | 520 | 132 | 24 |
| Binary | 1100000 | 101 | 101001 | 0 | 1011111 | 111001 | 111110 | 101010000 | 1011010 | 10100 |
Color Harmonies of #600529
Complementary color
Monochromatic Colors of #600529
Black with #600529
Text Example
Text Example
White with #600529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600529; }
p { color: rgb(96,5,41); }
H1.HeaderClassName
{
color: #600529;
}
.AnyTagClassName
{
color: #600529;
}
</style>
background-color css
<style>
a { background-color: #600529; }
a { background-color: rgb(96,5,41); }
div.DivClassName
{
background-color: #600529;
}
.BgClassName
{
background-color: #600529;
}
</style>
border-color css
<style>
span { border-color: #600529; }
span { border-color: rgb(96,5,41); }
td.TdClassName
{
border-color: #600529;
}
.TagClassName
{
border-color: #600529;
}
</style>