Shades of Tyrian Purple #600054
Tints of Tyrian Purple #600054
RGB
CMYK
RGB Variations
Color information
#600054 (or 0x600054) is known color: Tyrian Purple. HEX triplet: 60, 00 and 54. RGB value is (96,0,84). Sum of RGB (Red+Green+Blue) = 96+0+84=180 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.33% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 84 (33.20% from 255 or 46.67% from 180); Max value from RGB is 96 - color contains mainly: red. Hex color #600054 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600054 is #9FFFAB. Grayscale: #262626. Windows color (decimal): -10485676 or 5505120. OLE color: 5505120.
HSL color Cylindrical-coordinate representation of color #600054: hue angle of 307.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 #600054 is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 0 | 84 | - |
| CMYK | 0 | 1 | 0.12 | 0.62 |
| HSL | 307.5º | 1% | 0.19% | - |
| HSV(B) | 307.5º | 1% | 0.38% | - |
| XYZ | 6.42 | 3.13 | 8.65 | - |
| YUV | 38.28 | 153.8 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 0 | 84 | 0 | 1 | 0.12 | 0.62 | 307.5 | 1 | 0.19 |
| Hex | 60 | 0 | 54 | 0 | 64 | C | 3E | 134 | 64 | 13 |
| Octal | 140 | 0 | 124 | 0 | 144 | 14 | 76 | 464 | 144 | 23 |
| Binary | 1100000 | 0 | 1010100 | 0 | 1100100 | 1100 | 111110 | 100110100 | 1100100 | 10011 |
Color Harmonies of #600054
Complementary color
Monochromatic Colors of #600054
Black with #600054
Text Example
Text Example
White with #600054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600054; }
p { color: rgb(96,0,84); }
H1.HeaderClassName
{
color: #600054;
}
.AnyTagClassName
{
color: #600054;
}
</style>
background-color css
<style>
a { background-color: #600054; }
a { background-color: rgb(96,0,84); }
div.DivClassName
{
background-color: #600054;
}
.BgClassName
{
background-color: #600054;
}
</style>
border-color css
<style>
span { border-color: #600054; }
span { border-color: rgb(96,0,84); }
td.TdClassName
{
border-color: #600054;
}
.TagClassName
{
border-color: #600054;
}
</style>