Shades of Tyrian Purple #60092D
Tints of Tyrian Purple #60092D
RGB
CMYK
RGB Variations
Color information
#60092D (or 0x60092D) is known color: Tyrian Purple. HEX triplet: 60, 09 and 2D. RGB value is (96,9,45). Sum of RGB (Red+Green+Blue) = 96+9+45=150 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64% from 150); Green value is 9 (3.91% from 255 or 6% from 150); Blue value is 45 (17.97% from 255 or 30% from 150); Max value from RGB is 96 - color contains mainly: red. Hex color #60092D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60092D is #9FF6D2. Grayscale: #272727. Windows color (decimal): -10483411 or 2951520. OLE color: 2951520.
HSL color Cylindrical-coordinate representation of color #60092D: hue angle of 335.17º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #60092D is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 9 | 45 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.62 |
| HSL | 335.17º | 0.83% | 0.21% | - |
| HSV(B) | 335.17º | 0.91% | 0.38% | - |
| XYZ | 5.4 | 2.87 | 2.75 | - |
| YUV | 39.12 | 131.32 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 9 | 45 | 0 | 0.91 | 0.53 | 0.62 | 335.17 | 0.83 | 0.21 |
| Hex | 60 | 9 | 2D | 0 | 5B | 35 | 3E | 14F | 53 | 15 |
| Octal | 140 | 11 | 55 | 0 | 133 | 65 | 76 | 517 | 123 | 25 |
| Binary | 1100000 | 1001 | 101101 | 0 | 1011011 | 110101 | 111110 | 101001111 | 1010011 | 10101 |
Color Harmonies of #60092D
Complementary color
Monochromatic Colors of #60092D
Black with #60092D
Text Example
Text Example
White with #60092D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60092D; }
p { color: rgb(96,9,45); }
H1.HeaderClassName
{
color: #60092D;
}
.AnyTagClassName
{
color: #60092D;
}
</style>
background-color css
<style>
a { background-color: #60092D; }
a { background-color: rgb(96,9,45); }
div.DivClassName
{
background-color: #60092D;
}
.BgClassName
{
background-color: #60092D;
}
</style>
border-color css
<style>
span { border-color: #60092D; }
span { border-color: rgb(96,9,45); }
td.TdClassName
{
border-color: #60092D;
}
.TagClassName
{
border-color: #60092D;
}
</style>