Shades of Tyrian Purple #600024
Tints of Tyrian Purple #600024
RGB
CMYK
RGB Variations
Color information
#600024 (or 0x600024) is known color: Tyrian Purple. HEX triplet: 60, 00 and 24. RGB value is (96,0,36). Sum of RGB (Red+Green+Blue) = 96+0+36=132 (17% of max value = 765). Red value is 96 (37.89% from 255 or 72.73% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 36 (14.45% from 255 or 27.27% from 132); Max value from RGB is 96 - color contains mainly: red. Hex color #600024 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600024 is #9FFFDB. Grayscale: #202020. Windows color (decimal): -10485724 or 2359392. OLE color: 2359392.
HSL color Cylindrical-coordinate representation of color #600024: hue angle of 337.5º 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 #600024 is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 0 | 36 | - |
| CMYK | 0 | 1 | 0.62 | 0.62 |
| HSL | 337.5º | 1% | 0.19% | - |
| HSV(B) | 337.5º | 1% | 0.38% | - |
| XYZ | 5.14 | 2.61 | 1.9 | - |
| YUV | 32.81 | 129.8 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 0 | 36 | 0 | 1 | 0.62 | 0.62 | 337.5 | 1 | 0.19 |
| Hex | 60 | 0 | 24 | 0 | 64 | 3E | 3E | 152 | 64 | 13 |
| Octal | 140 | 0 | 44 | 0 | 144 | 76 | 76 | 522 | 144 | 23 |
| Binary | 1100000 | 0 | 100100 | 0 | 1100100 | 111110 | 111110 | 101010010 | 1100100 | 10011 |
Color Harmonies of #600024
Complementary color
Monochromatic Colors of #600024
Black with #600024
Text Example
Text Example
White with #600024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600024; }
p { color: rgb(96,0,36); }
H1.HeaderClassName
{
color: #600024;
}
.AnyTagClassName
{
color: #600024;
}
</style>
background-color css
<style>
a { background-color: #600024; }
a { background-color: rgb(96,0,36); }
div.DivClassName
{
background-color: #600024;
}
.BgClassName
{
background-color: #600024;
}
</style>
border-color css
<style>
span { border-color: #600024; }
span { border-color: rgb(96,0,36); }
td.TdClassName
{
border-color: #600024;
}
.TagClassName
{
border-color: #600024;
}
</style>