Shades of Tyrian Purple #60073B
Tints of Tyrian Purple #60073B
RGB
CMYK
RGB Variations
Color information
#60073B (or 0x60073B) is known color: Tyrian Purple. HEX triplet: 60, 07 and 3B. RGB value is (96,7,59). Sum of RGB (Red+Green+Blue) = 96+7+59=162 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.26% from 162); Green value is 7 (3.12% from 255 or 4.32% from 162); Blue value is 59 (23.44% from 255 or 36.42% from 162); Max value from RGB is 96 - color contains mainly: red. Hex color #60073B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60073B is #9FF8C4. Grayscale: #272727. Windows color (decimal): -10483909 or 3868512. OLE color: 3868512.
HSL color Cylindrical-coordinate representation of color #60073B: hue angle of 324.94º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #60073B is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 7 | 59 | - |
| CMYK | 0 | 0.93 | 0.39 | 0.62 |
| HSL | 324.94º | 0.86% | 0.2% | - |
| HSV(B) | 324.94º | 0.93% | 0.38% | - |
| XYZ | 5.69 | 2.95 | 4.41 | - |
| YUV | 39.54 | 138.99 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 7 | 59 | 0 | 0.93 | 0.39 | 0.62 | 324.94 | 0.86 | 0.2 |
| Hex | 60 | 7 | 3B | 0 | 5D | 27 | 3E | 145 | 56 | 14 |
| Octal | 140 | 7 | 73 | 0 | 135 | 47 | 76 | 505 | 126 | 24 |
| Binary | 1100000 | 111 | 111011 | 0 | 1011101 | 100111 | 111110 | 101000101 | 1010110 | 10100 |
Color Harmonies of #60073B
Complementary color
Monochromatic Colors of #60073B
Black with #60073B
Text Example
Text Example
White with #60073B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60073B; }
p { color: rgb(96,7,59); }
H1.HeaderClassName
{
color: #60073B;
}
.AnyTagClassName
{
color: #60073B;
}
</style>
background-color css
<style>
a { background-color: #60073B; }
a { background-color: rgb(96,7,59); }
div.DivClassName
{
background-color: #60073B;
}
.BgClassName
{
background-color: #60073B;
}
</style>
border-color css
<style>
span { border-color: #60073B; }
span { border-color: rgb(96,7,59); }
td.TdClassName
{
border-color: #60073B;
}
.TagClassName
{
border-color: #60073B;
}
</style>