Shades of Tyrian Purple #600441
Tints of Tyrian Purple #600441
RGB
CMYK
RGB Variations
Color information
#600441 (or 0x600441) is known color: Tyrian Purple. HEX triplet: 60, 04 and 41. RGB value is (96,4,65). Sum of RGB (Red+Green+Blue) = 96+4+65=165 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.18% from 165); Green value is 4 (1.95% from 255 or 2.42% from 165); Blue value is 65 (25.78% from 255 or 39.39% from 165); Max value from RGB is 96 - color contains mainly: red. Hex color #600441 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600441 is #9FFBBE. Grayscale: #262626. Windows color (decimal): -10484671 or 4260960. OLE color: 4260960.
HSL color Cylindrical-coordinate representation of color #600441: hue angle of 320.22º 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 #600441 is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 4 | 65 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.62 |
| HSL | 320.22º | 0.92% | 0.2% | - |
| HSV(B) | 320.22º | 0.96% | 0.38% | - |
| XYZ | 5.82 | 2.96 | 5.26 | - |
| YUV | 38.46 | 142.98 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 4 | 65 | 0 | 0.96 | 0.32 | 0.62 | 320.22 | 0.92 | 0.2 |
| Hex | 60 | 4 | 41 | 0 | 60 | 20 | 3E | 140 | 5C | 14 |
| Octal | 140 | 4 | 101 | 0 | 140 | 40 | 76 | 500 | 134 | 24 |
| Binary | 1100000 | 100 | 1000001 | 0 | 1100000 | 100000 | 111110 | 101000000 | 1011100 | 10100 |
Color Harmonies of #600441
Complementary color
Monochromatic Colors of #600441
Black with #600441
Text Example
Text Example
White with #600441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600441; }
p { color: rgb(96,4,65); }
H1.HeaderClassName
{
color: #600441;
}
.AnyTagClassName
{
color: #600441;
}
</style>
background-color css
<style>
a { background-color: #600441; }
a { background-color: rgb(96,4,65); }
div.DivClassName
{
background-color: #600441;
}
.BgClassName
{
background-color: #600441;
}
</style>
border-color css
<style>
span { border-color: #600441; }
span { border-color: rgb(96,4,65); }
td.TdClassName
{
border-color: #600441;
}
.TagClassName
{
border-color: #600441;
}
</style>