Shades of Tyrian Purple #730841
Tints of Tyrian Purple #730841
RGB
CMYK
RGB Variations
Color information
#730841 (or 0x730841) is known color: Tyrian Purple. HEX triplet: 73, 08 and 41. RGB value is (115,8,65). Sum of RGB (Red+Green+Blue) = 115+8+65=188 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.17% from 188); Green value is 8 (3.52% from 255 or 4.26% from 188); Blue value is 65 (25.78% from 255 or 34.57% from 188); Max value from RGB is 115 - color contains mainly: red. Hex color #730841 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730841 is #8CF7BE. Grayscale: #2E2E2E. Windows color (decimal): -9238463 or 4262003. OLE color: 4262003.
HSL color Cylindrical-coordinate representation of color #730841: hue angle of 328.04º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #730841 is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 8 | 65 | - |
| CMYK | 0 | 0.93 | 0.43 | 0.55 |
| HSL | 328.04º | 0.87% | 0.24% | - |
| HSV(B) | 328.04º | 0.93% | 0.45% | - |
| XYZ | 8.11 | 4.2 | 5.38 | - |
| YUV | 46.49 | 138.45 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 8 | 65 | 0 | 0.93 | 0.43 | 0.55 | 328.04 | 0.87 | 0.24 |
| Hex | 73 | 8 | 41 | 0 | 5D | 2B | 37 | 148 | 57 | 18 |
| Octal | 163 | 10 | 101 | 0 | 135 | 53 | 67 | 510 | 127 | 30 |
| Binary | 1110011 | 1000 | 1000001 | 0 | 1011101 | 101011 | 110111 | 101001000 | 1010111 | 11000 |
Color Harmonies of #730841
Complementary color
Monochromatic Colors of #730841
Black with #730841
Text Example
Text Example
White with #730841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730841; }
p { color: rgb(115,8,65); }
H1.HeaderClassName
{
color: #730841;
}
.AnyTagClassName
{
color: #730841;
}
</style>
background-color css
<style>
a { background-color: #730841; }
a { background-color: rgb(115,8,65); }
div.DivClassName
{
background-color: #730841;
}
.BgClassName
{
background-color: #730841;
}
</style>
border-color css
<style>
span { border-color: #730841; }
span { border-color: rgb(115,8,65); }
td.TdClassName
{
border-color: #730841;
}
.TagClassName
{
border-color: #730841;
}
</style>