Shades of Tyrian Purple #730653
Tints of Tyrian Purple #730653
RGB
CMYK
RGB Variations
Color information
#730653 (or 0x730653) is known color: Tyrian Purple. HEX triplet: 73, 06 and 53. RGB value is (115,6,83). Sum of RGB (Red+Green+Blue) = 115+6+83=204 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.37% from 204); Green value is 6 (2.73% from 255 or 2.94% from 204); Blue value is 83 (32.81% from 255 or 40.69% from 204); Max value from RGB is 115 - color contains mainly: red. Hex color #730653 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730653 is #8CF9AC. Grayscale: #2F2F2F. Windows color (decimal): -9238957 or 5441139. OLE color: 5441139.
HSL color Cylindrical-coordinate representation of color #730653: hue angle of 317.61º 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 #730653 is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 6 | 83 | - |
| CMYK | 0 | 0.95 | 0.28 | 0.55 |
| HSL | 317.61º | 0.9% | 0.24% | - |
| HSV(B) | 317.61º | 0.95% | 0.45% | - |
| XYZ | 8.7 | 4.4 | 8.57 | - |
| YUV | 47.37 | 148.11 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 6 | 83 | 0 | 0.95 | 0.28 | 0.55 | 317.61 | 0.9 | 0.24 |
| Hex | 73 | 6 | 53 | 0 | 5F | 1C | 37 | 13E | 5A | 18 |
| Octal | 163 | 6 | 123 | 0 | 137 | 34 | 67 | 476 | 132 | 30 |
| Binary | 1110011 | 110 | 1010011 | 0 | 1011111 | 11100 | 110111 | 100111110 | 1011010 | 11000 |
Color Harmonies of #730653
Complementary color
Monochromatic Colors of #730653
Black with #730653
Text Example
Text Example
White with #730653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730653; }
p { color: rgb(115,6,83); }
H1.HeaderClassName
{
color: #730653;
}
.AnyTagClassName
{
color: #730653;
}
</style>
background-color css
<style>
a { background-color: #730653; }
a { background-color: rgb(115,6,83); }
div.DivClassName
{
background-color: #730653;
}
.BgClassName
{
background-color: #730653;
}
</style>
border-color css
<style>
span { border-color: #730653; }
span { border-color: rgb(115,6,83); }
td.TdClassName
{
border-color: #730653;
}
.TagClassName
{
border-color: #730653;
}
</style>