Shades of Tyrian Purple #60002B
Tints of Tyrian Purple #60002B
RGB
CMYK
RGB Variations
Color information
#60002B (or 0x60002B) is known color: Tyrian Purple. HEX triplet: 60, 00 and 2B. RGB value is (96,0,43). Sum of RGB (Red+Green+Blue) = 96+0+43=139 (18% of max value = 765). Red value is 96 (37.89% from 255 or 69.06% from 139); Green value is 0 (0.39% from 255 or 0% from 139); Blue value is 43 (17.19% from 255 or 30.94% from 139); Max value from RGB is 96 - color contains mainly: red. Hex color #60002B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60002B is #9FFFD4. Grayscale: #212121. Windows color (decimal): -10485717 or 2818144. OLE color: 2818144.
HSL color Cylindrical-coordinate representation of color #60002B: hue angle of 333.12º 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 #60002B is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 0 | 43 | - |
| CMYK | 0 | 1 | 0.55 | 0.62 |
| HSL | 333.13º | 1% | 0.19% | - |
| HSV(B) | 333.13º | 1% | 0.38% | - |
| XYZ | 5.26 | 2.66 | 2.52 | - |
| YUV | 33.61 | 133.3 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 0 | 43 | 0 | 1 | 0.55 | 0.62 | 333.13 | 1 | 0.19 |
| Hex | 60 | 0 | 2B | 0 | 64 | 37 | 3E | 14D | 64 | 13 |
| Octal | 140 | 0 | 53 | 0 | 144 | 67 | 76 | 515 | 144 | 23 |
| Binary | 1100000 | 0 | 101011 | 0 | 1100100 | 110111 | 111110 | 101001101 | 1100100 | 10011 |
Color Harmonies of #60002B
Complementary color
Monochromatic Colors of #60002B
Black with #60002B
Text Example
Text Example
White with #60002B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60002B; }
p { color: rgb(96,0,43); }
H1.HeaderClassName
{
color: #60002B;
}
.AnyTagClassName
{
color: #60002B;
}
</style>
background-color css
<style>
a { background-color: #60002B; }
a { background-color: rgb(96,0,43); }
div.DivClassName
{
background-color: #60002B;
}
.BgClassName
{
background-color: #60002B;
}
</style>
border-color css
<style>
span { border-color: #60002B; }
span { border-color: rgb(96,0,43); }
td.TdClassName
{
border-color: #60002B;
}
.TagClassName
{
border-color: #60002B;
}
</style>