Shades of Tyrian Purple #600128
Tints of Tyrian Purple #600128
RGB
CMYK
RGB Variations
Color information
#600128 (or 0x600128) is known color: Tyrian Purple. HEX triplet: 60, 01 and 28. RGB value is (96,1,40). Sum of RGB (Red+Green+Blue) = 96+1+40=137 (18% of max value = 765). Red value is 96 (37.89% from 255 or 70.07% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 40 (16.02% from 255 or 29.20% from 137); Max value from RGB is 96 - color contains mainly: red. Hex color #600128 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600128 is #9FFED7. Grayscale: #212121. Windows color (decimal): -10485464 or 2621792. OLE color: 2621792.
HSL color Cylindrical-coordinate representation of color #600128: hue angle of 335.37º 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 #600128 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 1 | 40 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.62 |
| HSL | 335.37º | 0.98% | 0.19% | - |
| HSV(B) | 335.37º | 0.99% | 0.38% | - |
| XYZ | 5.22 | 2.66 | 2.25 | - |
| YUV | 33.85 | 131.47 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 1 | 40 | 0 | 0.99 | 0.58 | 0.62 | 335.37 | 0.98 | 0.19 |
| Hex | 60 | 1 | 28 | 0 | 63 | 3A | 3E | 14F | 62 | 13 |
| Octal | 140 | 1 | 50 | 0 | 143 | 72 | 76 | 517 | 142 | 23 |
| Binary | 1100000 | 1 | 101000 | 0 | 1100011 | 111010 | 111110 | 101001111 | 1100010 | 10011 |
Color Harmonies of #600128
Complementary color
Monochromatic Colors of #600128
Black with #600128
Text Example
Text Example
White with #600128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600128; }
p { color: rgb(96,1,40); }
H1.HeaderClassName
{
color: #600128;
}
.AnyTagClassName
{
color: #600128;
}
</style>
background-color css
<style>
a { background-color: #600128; }
a { background-color: rgb(96,1,40); }
div.DivClassName
{
background-color: #600128;
}
.BgClassName
{
background-color: #600128;
}
</style>
border-color css
<style>
span { border-color: #600128; }
span { border-color: rgb(96,1,40); }
td.TdClassName
{
border-color: #600128;
}
.TagClassName
{
border-color: #600128;
}
</style>