Shades of Tyrian Purple #600444
Tints of Tyrian Purple #600444
RGB
CMYK
RGB Variations
Color information
#600444 (or 0x600444) is known color: Tyrian Purple. HEX triplet: 60, 04 and 44. RGB value is (96,4,68). Sum of RGB (Red+Green+Blue) = 96+4+68=168 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.14% from 168); Green value is 4 (1.95% from 255 or 2.38% from 168); Blue value is 68 (26.95% from 255 or 40.48% from 168); Max value from RGB is 96 - color contains mainly: red. Hex color #600444 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600444 is #9FFBBB. Grayscale: #262626. Windows color (decimal): -10484668 or 4457568. OLE color: 4457568.
HSL color Cylindrical-coordinate representation of color #600444: hue angle of 318.26º 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 #600444 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 4 | 68 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.62 |
| HSL | 318.26º | 0.92% | 0.2% | - |
| HSV(B) | 318.26º | 0.96% | 0.38% | - |
| XYZ | 5.91 | 2.99 | 5.73 | - |
| YUV | 38.8 | 144.48 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 4 | 68 | 0 | 0.96 | 0.29 | 0.62 | 318.26 | 0.92 | 0.2 |
| Hex | 60 | 4 | 44 | 0 | 60 | 1D | 3E | 13E | 5C | 14 |
| Octal | 140 | 4 | 104 | 0 | 140 | 35 | 76 | 476 | 134 | 24 |
| Binary | 1100000 | 100 | 1000100 | 0 | 1100000 | 11101 | 111110 | 100111110 | 1011100 | 10100 |
Color Harmonies of #600444
Complementary color
Monochromatic Colors of #600444
Black with #600444
Text Example
Text Example
White with #600444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600444; }
p { color: rgb(96,4,68); }
H1.HeaderClassName
{
color: #600444;
}
.AnyTagClassName
{
color: #600444;
}
</style>
background-color css
<style>
a { background-color: #600444; }
a { background-color: rgb(96,4,68); }
div.DivClassName
{
background-color: #600444;
}
.BgClassName
{
background-color: #600444;
}
</style>
border-color css
<style>
span { border-color: #600444; }
span { border-color: rgb(96,4,68); }
td.TdClassName
{
border-color: #600444;
}
.TagClassName
{
border-color: #600444;
}
</style>