Shades of Tyrian Purple #600456
Tints of Tyrian Purple #600456
RGB
CMYK
RGB Variations
Color information
#600456 (or 0x600456) is known color: Tyrian Purple. HEX triplet: 60, 04 and 56. RGB value is (96,4,86). Sum of RGB (Red+Green+Blue) = 96+4+86=186 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.61% from 186); Green value is 4 (1.95% from 255 or 2.15% from 186); Blue value is 86 (33.98% from 255 or 46.24% from 186); Max value from RGB is 96 - color contains mainly: red. Hex color #600456 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600456 is #9FFBA9. Grayscale: #282828. Windows color (decimal): -10484650 or 5637216. OLE color: 5637216.
HSL color Cylindrical-coordinate representation of color #600456: hue angle of 306.52º 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 #600456 is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 4 | 86 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.62 |
| HSL | 306.52º | 0.92% | 0.2% | - |
| HSV(B) | 306.52º | 0.96% | 0.38% | - |
| XYZ | 6.55 | 3.25 | 9.09 | - |
| YUV | 40.86 | 153.48 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 4 | 86 | 0 | 0.96 | 0.10 | 0.62 | 306.52 | 0.92 | 0.2 |
| Hex | 60 | 4 | 56 | 0 | 60 | A | 3E | 133 | 5C | 14 |
| Octal | 140 | 4 | 126 | 0 | 140 | 12 | 76 | 463 | 134 | 24 |
| Binary | 1100000 | 100 | 1010110 | 0 | 1100000 | 1010 | 111110 | 100110011 | 1011100 | 10100 |
Color Harmonies of #600456
Complementary color
Monochromatic Colors of #600456
Black with #600456
Text Example
Text Example
White with #600456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600456; }
p { color: rgb(96,4,86); }
H1.HeaderClassName
{
color: #600456;
}
.AnyTagClassName
{
color: #600456;
}
</style>
background-color css
<style>
a { background-color: #600456; }
a { background-color: rgb(96,4,86); }
div.DivClassName
{
background-color: #600456;
}
.BgClassName
{
background-color: #600456;
}
</style>
border-color css
<style>
span { border-color: #600456; }
span { border-color: rgb(96,4,86); }
td.TdClassName
{
border-color: #600456;
}
.TagClassName
{
border-color: #600456;
}
</style>