Shades of Tyrian Purple #730242
Tints of Tyrian Purple #730242
RGB
CMYK
RGB Variations
Color information
#730242 (or 0x730242) is known color: Tyrian Purple. HEX triplet: 73, 02 and 42. RGB value is (115,2,66). Sum of RGB (Red+Green+Blue) = 115+2+66=183 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.84% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 66 (26.17% from 255 or 36.07% from 183); Max value from RGB is 115 - color contains mainly: red. Hex color #730242 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730242 is #8CFDBD. Grayscale: #2A2A2A. Windows color (decimal): -9239998 or 4326003. OLE color: 4326003.
HSL color Cylindrical-coordinate representation of color #730242: hue angle of 326.02º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #730242 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 2 | 66 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.55 |
| HSL | 326.02º | 0.97% | 0.23% | - |
| HSV(B) | 326.02º | 0.98% | 0.45% | - |
| XYZ | 8.08 | 4.08 | 5.52 | - |
| YUV | 43.08 | 140.94 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 2 | 66 | 0 | 0.98 | 0.43 | 0.55 | 326.02 | 0.97 | 0.23 |
| Hex | 73 | 2 | 42 | 0 | 62 | 2B | 37 | 146 | 61 | 17 |
| Octal | 163 | 2 | 102 | 0 | 142 | 53 | 67 | 506 | 141 | 27 |
| Binary | 1110011 | 10 | 1000010 | 0 | 1100010 | 101011 | 110111 | 101000110 | 1100001 | 10111 |
Color Harmonies of #730242
Complementary color
Monochromatic Colors of #730242
Black with #730242
Text Example
Text Example
White with #730242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730242; }
p { color: rgb(115,2,66); }
H1.HeaderClassName
{
color: #730242;
}
.AnyTagClassName
{
color: #730242;
}
</style>
background-color css
<style>
a { background-color: #730242; }
a { background-color: rgb(115,2,66); }
div.DivClassName
{
background-color: #730242;
}
.BgClassName
{
background-color: #730242;
}
</style>
border-color css
<style>
span { border-color: #730242; }
span { border-color: rgb(115,2,66); }
td.TdClassName
{
border-color: #730242;
}
.TagClassName
{
border-color: #730242;
}
</style>