Shades of Tyrian Purple #600654
Tints of Tyrian Purple #600654
RGB
CMYK
RGB Variations
Color information
#600654 (or 0x600654) is known color: Tyrian Purple. HEX triplet: 60, 06 and 54. RGB value is (96,6,84). Sum of RGB (Red+Green+Blue) = 96+6+84=186 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.61% from 186); Green value is 6 (2.73% from 255 or 3.23% from 186); Blue value is 84 (33.20% from 255 or 45.16% from 186); Max value from RGB is 96 - color contains mainly: red. Hex color #600654 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600654 is #9FF9AB. Grayscale: #292929. Windows color (decimal): -10484140 or 5506656. OLE color: 5506656.
HSL color Cylindrical-coordinate representation of color #600654: hue angle of 308º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #600654 is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 6 | 84 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.62 |
| HSL | 308º | 0.88% | 0.2% | - |
| HSV(B) | 308º | 0.94% | 0.38% | - |
| XYZ | 6.49 | 3.26 | 8.67 | - |
| YUV | 41.8 | 151.82 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 6 | 84 | 0 | 0.94 | 0.12 | 0.62 | 308 | 0.88 | 0.2 |
| Hex | 60 | 6 | 54 | 0 | 5E | C | 3E | 134 | 58 | 14 |
| Octal | 140 | 6 | 124 | 0 | 136 | 14 | 76 | 464 | 130 | 24 |
| Binary | 1100000 | 110 | 1010100 | 0 | 1011110 | 1100 | 111110 | 100110100 | 1011000 | 10100 |
Color Harmonies of #600654
Complementary color
Monochromatic Colors of #600654
Black with #600654
Text Example
Text Example
White with #600654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600654; }
p { color: rgb(96,6,84); }
H1.HeaderClassName
{
color: #600654;
}
.AnyTagClassName
{
color: #600654;
}
</style>
background-color css
<style>
a { background-color: #600654; }
a { background-color: rgb(96,6,84); }
div.DivClassName
{
background-color: #600654;
}
.BgClassName
{
background-color: #600654;
}
</style>
border-color css
<style>
span { border-color: #600654; }
span { border-color: rgb(96,6,84); }
td.TdClassName
{
border-color: #600654;
}
.TagClassName
{
border-color: #600654;
}
</style>