Shades of Tyrian Purple #730643
Tints of Tyrian Purple #730643
RGB
CMYK
RGB Variations
Color information
#730643 (or 0x730643) is known color: Tyrian Purple. HEX triplet: 73, 06 and 43. RGB value is (115,6,67). Sum of RGB (Red+Green+Blue) = 115+6+67=188 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.17% from 188); Green value is 6 (2.73% from 255 or 3.19% from 188); Blue value is 67 (26.56% from 255 or 35.64% from 188); Max value from RGB is 115 - color contains mainly: red. Hex color #730643 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730643 is #8CF9BC. Grayscale: #2D2D2D. Windows color (decimal): -9238973 or 4392563. OLE color: 4392563.
HSL color Cylindrical-coordinate representation of color #730643: hue angle of 326.42º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #730643 is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 6 | 67 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.55 |
| HSL | 326.42º | 0.9% | 0.24% | - |
| HSV(B) | 326.42º | 0.95% | 0.45% | - |
| XYZ | 8.15 | 4.18 | 5.69 | - |
| YUV | 45.55 | 140.11 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 6 | 67 | 0 | 0.95 | 0.42 | 0.55 | 326.42 | 0.9 | 0.24 |
| Hex | 73 | 6 | 43 | 0 | 5F | 2A | 37 | 146 | 5A | 18 |
| Octal | 163 | 6 | 103 | 0 | 137 | 52 | 67 | 506 | 132 | 30 |
| Binary | 1110011 | 110 | 1000011 | 0 | 1011111 | 101010 | 110111 | 101000110 | 1011010 | 11000 |
Color Harmonies of #730643
Complementary color
Monochromatic Colors of #730643
Black with #730643
Text Example
Text Example
White with #730643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730643; }
p { color: rgb(115,6,67); }
H1.HeaderClassName
{
color: #730643;
}
.AnyTagClassName
{
color: #730643;
}
</style>
background-color css
<style>
a { background-color: #730643; }
a { background-color: rgb(115,6,67); }
div.DivClassName
{
background-color: #730643;
}
.BgClassName
{
background-color: #730643;
}
</style>
border-color css
<style>
span { border-color: #730643; }
span { border-color: rgb(115,6,67); }
td.TdClassName
{
border-color: #730643;
}
.TagClassName
{
border-color: #730643;
}
</style>