Shades of Tyrian Purple #600151
Tints of Tyrian Purple #600151
RGB
CMYK
RGB Variations
Color information
#600151 (or 0x600151) is known color: Tyrian Purple. HEX triplet: 60, 01 and 51. RGB value is (96,1,81). Sum of RGB (Red+Green+Blue) = 96+1+81=178 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.93% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 81 (32.03% from 255 or 45.51% from 178); Max value from RGB is 96 - color contains mainly: red. Hex color #600151 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600151 is #9FFEAE. Grayscale: #262626. Windows color (decimal): -10485423 or 5308768. OLE color: 5308768.
HSL color Cylindrical-coordinate representation of color #600151: hue angle of 309.47º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #600151 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 1 | 81 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.62 |
| HSL | 309.47º | 0.98% | 0.19% | - |
| HSV(B) | 309.47º | 0.99% | 0.38% | - |
| XYZ | 6.32 | 3.1 | 8.05 | - |
| YUV | 38.53 | 151.97 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 1 | 81 | 0 | 0.99 | 0.16 | 0.62 | 309.47 | 0.98 | 0.19 |
| Hex | 60 | 1 | 51 | 0 | 63 | 10 | 3E | 135 | 62 | 13 |
| Octal | 140 | 1 | 121 | 0 | 143 | 20 | 76 | 465 | 142 | 23 |
| Binary | 1100000 | 1 | 1010001 | 0 | 1100011 | 10000 | 111110 | 100110101 | 1100010 | 10011 |
Color Harmonies of #600151
Complementary color
Monochromatic Colors of #600151
Black with #600151
Text Example
Text Example
White with #600151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600151; }
p { color: rgb(96,1,81); }
H1.HeaderClassName
{
color: #600151;
}
.AnyTagClassName
{
color: #600151;
}
</style>
background-color css
<style>
a { background-color: #600151; }
a { background-color: rgb(96,1,81); }
div.DivClassName
{
background-color: #600151;
}
.BgClassName
{
background-color: #600151;
}
</style>
border-color css
<style>
span { border-color: #600151; }
span { border-color: rgb(96,1,81); }
td.TdClassName
{
border-color: #600151;
}
.TagClassName
{
border-color: #600151;
}
</style>