Shades of Tyrian Purple #60033B
Tints of Tyrian Purple #60033B
RGB
CMYK
RGB Variations
Color information
#60033B (or 0x60033B) is known color: Tyrian Purple. HEX triplet: 60, 03 and 3B. RGB value is (96,3,59). Sum of RGB (Red+Green+Blue) = 96+3+59=158 (20% of max value = 765). Red value is 96 (37.89% from 255 or 60.76% from 158); Green value is 3 (1.56% from 255 or 1.90% from 158); Blue value is 59 (23.44% from 255 or 37.34% from 158); Max value from RGB is 96 - color contains mainly: red. Hex color #60033B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60033B is #9FFCC4. Grayscale: #252525. Windows color (decimal): -10484933 or 3867488. OLE color: 3867488.
HSL color Cylindrical-coordinate representation of color #60033B: hue angle of 323.87º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #60033B is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 3 | 59 | - |
| CMYK | 0 | 0.97 | 0.39 | 0.62 |
| HSL | 323.87º | 0.94% | 0.19% | - |
| HSV(B) | 323.87º | 0.97% | 0.38% | - |
| XYZ | 5.65 | 2.87 | 4.39 | - |
| YUV | 37.19 | 140.31 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 3 | 59 | 0 | 0.97 | 0.39 | 0.62 | 323.87 | 0.94 | 0.19 |
| Hex | 60 | 3 | 3B | 0 | 61 | 27 | 3E | 144 | 5E | 13 |
| Octal | 140 | 3 | 73 | 0 | 141 | 47 | 76 | 504 | 136 | 23 |
| Binary | 1100000 | 11 | 111011 | 0 | 1100001 | 100111 | 111110 | 101000100 | 1011110 | 10011 |
Color Harmonies of #60033B
Complementary color
Monochromatic Colors of #60033B
Black with #60033B
Text Example
Text Example
White with #60033B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60033B; }
p { color: rgb(96,3,59); }
H1.HeaderClassName
{
color: #60033B;
}
.AnyTagClassName
{
color: #60033B;
}
</style>
background-color css
<style>
a { background-color: #60033B; }
a { background-color: rgb(96,3,59); }
div.DivClassName
{
background-color: #60033B;
}
.BgClassName
{
background-color: #60033B;
}
</style>
border-color css
<style>
span { border-color: #60033B; }
span { border-color: rgb(96,3,59); }
td.TdClassName
{
border-color: #60033B;
}
.TagClassName
{
border-color: #60033B;
}
</style>