Shades of Tyrian Purple #600440
Tints of Tyrian Purple #600440
RGB
CMYK
RGB Variations
Color information
#600440 (or 0x600440) is known color: Tyrian Purple. HEX triplet: 60, 04 and 40. RGB value is (96,4,64). Sum of RGB (Red+Green+Blue) = 96+4+64=164 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.54% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 64 (25.39% from 255 or 39.02% from 164); Max value from RGB is 96 - color contains mainly: red. Hex color #600440 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600440 is #9FFBBF. Grayscale: #262626. Windows color (decimal): -10484672 or 4195424. OLE color: 4195424.
HSL color Cylindrical-coordinate representation of color #600440: hue angle of 320.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 #600440 is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 4 | 64 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.62 |
| HSL | 320.87º | 0.92% | 0.2% | - |
| HSV(B) | 320.87º | 0.96% | 0.38% | - |
| XYZ | 5.79 | 2.94 | 5.11 | - |
| YUV | 38.35 | 142.48 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 4 | 64 | 0 | 0.96 | 0.33 | 0.62 | 320.87 | 0.92 | 0.2 |
| Hex | 60 | 4 | 40 | 0 | 60 | 21 | 3E | 141 | 5C | 14 |
| Octal | 140 | 4 | 100 | 0 | 140 | 41 | 76 | 501 | 134 | 24 |
| Binary | 1100000 | 100 | 1000000 | 0 | 1100000 | 100001 | 111110 | 101000001 | 1011100 | 10100 |
Color Harmonies of #600440
Complementary color
Monochromatic Colors of #600440
Black with #600440
Text Example
Text Example
White with #600440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600440; }
p { color: rgb(96,4,64); }
H1.HeaderClassName
{
color: #600440;
}
.AnyTagClassName
{
color: #600440;
}
</style>
background-color css
<style>
a { background-color: #600440; }
a { background-color: rgb(96,4,64); }
div.DivClassName
{
background-color: #600440;
}
.BgClassName
{
background-color: #600440;
}
</style>
border-color css
<style>
span { border-color: #600440; }
span { border-color: rgb(96,4,64); }
td.TdClassName
{
border-color: #600440;
}
.TagClassName
{
border-color: #600440;
}
</style>