Shades of Tyrian Purple #60072F
Tints of Tyrian Purple #60072F
RGB
CMYK
RGB Variations
Color information
#60072F (or 0x60072F) is known color: Tyrian Purple. HEX triplet: 60, 07 and 2F. RGB value is (96,7,47). Sum of RGB (Red+Green+Blue) = 96+7+47=150 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64% from 150); Green value is 7 (3.12% from 255 or 4.67% from 150); Blue value is 47 (18.75% from 255 or 31.33% from 150); Max value from RGB is 96 - color contains mainly: red. Hex color #60072F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60072F is #9FF8D0. Grayscale: #262626. Windows color (decimal): -10483921 or 3082080. OLE color: 3082080.
HSL color Cylindrical-coordinate representation of color #60072F: hue angle of 333.03º 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 #60072F is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 7 | 47 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.62 |
| HSL | 333.03º | 0.86% | 0.2% | - |
| HSV(B) | 333.03º | 0.93% | 0.38% | - |
| XYZ | 5.41 | 2.84 | 2.95 | - |
| YUV | 38.17 | 132.99 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 7 | 47 | 0 | 0.93 | 0.51 | 0.62 | 333.03 | 0.86 | 0.2 |
| Hex | 60 | 7 | 2F | 0 | 5D | 33 | 3E | 14D | 56 | 14 |
| Octal | 140 | 7 | 57 | 0 | 135 | 63 | 76 | 515 | 126 | 24 |
| Binary | 1100000 | 111 | 101111 | 0 | 1011101 | 110011 | 111110 | 101001101 | 1010110 | 10100 |
Color Harmonies of #60072F
Complementary color
Monochromatic Colors of #60072F
Black with #60072F
Text Example
Text Example
White with #60072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60072F; }
p { color: rgb(96,7,47); }
H1.HeaderClassName
{
color: #60072F;
}
.AnyTagClassName
{
color: #60072F;
}
</style>
background-color css
<style>
a { background-color: #60072F; }
a { background-color: rgb(96,7,47); }
div.DivClassName
{
background-color: #60072F;
}
.BgClassName
{
background-color: #60072F;
}
</style>
border-color css
<style>
span { border-color: #60072F; }
span { border-color: rgb(96,7,47); }
td.TdClassName
{
border-color: #60072F;
}
.TagClassName
{
border-color: #60072F;
}
</style>