Shades of Tyrian Purple #600150
Tints of Tyrian Purple #600150
RGB
CMYK
RGB Variations
Color information
#600150 (or 0x600150) is known color: Tyrian Purple. HEX triplet: 60, 01 and 50. RGB value is (96,1,80). Sum of RGB (Red+Green+Blue) = 96+1+80=177 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.24% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 80 (31.64% from 255 or 45.20% from 177); Max value from RGB is 96 - color contains mainly: red. Hex color #600150 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600150 is #9FFEAF. Grayscale: #262626. Windows color (decimal): -10485424 or 5243232. OLE color: 5243232.
HSL color Cylindrical-coordinate representation of color #600150: hue angle of 310.11º 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 #600150 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 1 | 80 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.62 |
| HSL | 310.11º | 0.98% | 0.19% | - |
| HSV(B) | 310.11º | 0.99% | 0.38% | - |
| XYZ | 6.28 | 3.09 | 7.85 | - |
| YUV | 38.41 | 151.47 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 1 | 80 | 0 | 0.99 | 0.17 | 0.62 | 310.11 | 0.98 | 0.19 |
| Hex | 60 | 1 | 50 | 0 | 63 | 11 | 3E | 136 | 62 | 13 |
| Octal | 140 | 1 | 120 | 0 | 143 | 21 | 76 | 466 | 142 | 23 |
| Binary | 1100000 | 1 | 1010000 | 0 | 1100011 | 10001 | 111110 | 100110110 | 1100010 | 10011 |
Color Harmonies of #600150
Complementary color
Monochromatic Colors of #600150
Black with #600150
Text Example
Text Example
White with #600150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600150; }
p { color: rgb(96,1,80); }
H1.HeaderClassName
{
color: #600150;
}
.AnyTagClassName
{
color: #600150;
}
</style>
background-color css
<style>
a { background-color: #600150; }
a { background-color: rgb(96,1,80); }
div.DivClassName
{
background-color: #600150;
}
.BgClassName
{
background-color: #600150;
}
</style>
border-color css
<style>
span { border-color: #600150; }
span { border-color: rgb(96,1,80); }
td.TdClassName
{
border-color: #600150;
}
.TagClassName
{
border-color: #600150;
}
</style>