Shades of Tyrian Purple #600429
Tints of Tyrian Purple #600429
RGB
CMYK
RGB Variations
Color information
#600429 (or 0x600429) is known color: Tyrian Purple. HEX triplet: 60, 04 and 29. RGB value is (96,4,41). Sum of RGB (Red+Green+Blue) = 96+4+41=141 (18% of max value = 765). Red value is 96 (37.89% from 255 or 68.09% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 41 (16.41% from 255 or 29.08% from 141); Max value from RGB is 96 - color contains mainly: red. Hex color #600429 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600429 is #9FFBD6. Grayscale: #232323. Windows color (decimal): -10484695 or 2688096. OLE color: 2688096.
HSL color Cylindrical-coordinate representation of color #600429: hue angle of 335.87º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #600429 is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 4 | 41 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.62 |
| HSL | 335.87º | 0.92% | 0.2% | - |
| HSV(B) | 335.87º | 0.96% | 0.38% | - |
| XYZ | 5.27 | 2.73 | 2.35 | - |
| YUV | 35.73 | 130.98 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 4 | 41 | 0 | 0.96 | 0.57 | 0.62 | 335.87 | 0.92 | 0.2 |
| Hex | 60 | 4 | 29 | 0 | 60 | 39 | 3E | 150 | 5C | 14 |
| Octal | 140 | 4 | 51 | 0 | 140 | 71 | 76 | 520 | 134 | 24 |
| Binary | 1100000 | 100 | 101001 | 0 | 1100000 | 111001 | 111110 | 101010000 | 1011100 | 10100 |
Color Harmonies of #600429
Complementary color
Monochromatic Colors of #600429
Black with #600429
Text Example
Text Example
White with #600429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600429; }
p { color: rgb(96,4,41); }
H1.HeaderClassName
{
color: #600429;
}
.AnyTagClassName
{
color: #600429;
}
</style>
background-color css
<style>
a { background-color: #600429; }
a { background-color: rgb(96,4,41); }
div.DivClassName
{
background-color: #600429;
}
.BgClassName
{
background-color: #600429;
}
</style>
border-color css
<style>
span { border-color: #600429; }
span { border-color: rgb(96,4,41); }
td.TdClassName
{
border-color: #600429;
}
.TagClassName
{
border-color: #600429;
}
</style>