Shades of Tyrian Purple #600028
Tints of Tyrian Purple #600028
RGB
CMYK
RGB Variations
Color information
#600028 (or 0x600028) is known color: Tyrian Purple. HEX triplet: 60, 00 and 28. RGB value is (96,0,40). Sum of RGB (Red+Green+Blue) = 96+0+40=136 (18% of max value = 765). Red value is 96 (37.89% from 255 or 70.59% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 40 (16.02% from 255 or 29.41% from 136); Max value from RGB is 96 - color contains mainly: red. Hex color #600028 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600028 is #9FFFD7. Grayscale: #212121. Windows color (decimal): -10485720 or 2621536. OLE color: 2621536.
HSL color Cylindrical-coordinate representation of color #600028: hue angle of 335º 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 #600028 is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 0 | 40 | - |
| CMYK | 0 | 1 | 0.58 | 0.62 |
| HSL | 335º | 1% | 0.19% | - |
| HSV(B) | 335º | 1% | 0.38% | - |
| XYZ | 5.21 | 2.64 | 2.24 | - |
| YUV | 33.26 | 131.8 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 0 | 40 | 0 | 1 | 0.58 | 0.62 | 335 | 1 | 0.19 |
| Hex | 60 | 0 | 28 | 0 | 64 | 3A | 3E | 14F | 64 | 13 |
| Octal | 140 | 0 | 50 | 0 | 144 | 72 | 76 | 517 | 144 | 23 |
| Binary | 1100000 | 0 | 101000 | 0 | 1100100 | 111010 | 111110 | 101001111 | 1100100 | 10011 |
Color Harmonies of #600028
Complementary color
Monochromatic Colors of #600028
Black with #600028
Text Example
Text Example
White with #600028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600028; }
p { color: rgb(96,0,40); }
H1.HeaderClassName
{
color: #600028;
}
.AnyTagClassName
{
color: #600028;
}
</style>
background-color css
<style>
a { background-color: #600028; }
a { background-color: rgb(96,0,40); }
div.DivClassName
{
background-color: #600028;
}
.BgClassName
{
background-color: #600028;
}
</style>
border-color css
<style>
span { border-color: #600028; }
span { border-color: rgb(96,0,40); }
td.TdClassName
{
border-color: #600028;
}
.TagClassName
{
border-color: #600028;
}
</style>