Shades of Tyrian Purple #730150
Tints of Tyrian Purple #730150
RGB
CMYK
RGB Variations
Color information
#730150 (or 0x730150) is known color: Tyrian Purple. HEX triplet: 73, 01 and 50. RGB value is (115,1,80). Sum of RGB (Red+Green+Blue) = 115+1+80=196 (25% of max value = 765). Red value is 115 (45.31% from 255 or 58.67% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 80 (31.64% from 255 or 40.82% from 196); Max value from RGB is 115 - color contains mainly: red. Hex color #730150 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730150 is #8CFEAF. Grayscale: #2B2B2B. Windows color (decimal): -9240240 or 5243251. OLE color: 5243251.
HSL color Cylindrical-coordinate representation of color #730150: hue angle of 318.42º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #730150 is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 1 | 80 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.55 |
| HSL | 318.42º | 0.98% | 0.23% | - |
| HSV(B) | 318.42º | 0.99% | 0.45% | - |
| XYZ | 8.53 | 4.25 | 7.96 | - |
| YUV | 44.09 | 148.27 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 1 | 80 | 0 | 0.99 | 0.30 | 0.55 | 318.42 | 0.98 | 0.23 |
| Hex | 73 | 1 | 50 | 0 | 63 | 1E | 37 | 13E | 62 | 17 |
| Octal | 163 | 1 | 120 | 0 | 143 | 36 | 67 | 476 | 142 | 27 |
| Binary | 1110011 | 1 | 1010000 | 0 | 1100011 | 11110 | 110111 | 100111110 | 1100010 | 10111 |
Color Harmonies of #730150
Complementary color
Monochromatic Colors of #730150
Black with #730150
Text Example
Text Example
White with #730150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730150; }
p { color: rgb(115,1,80); }
H1.HeaderClassName
{
color: #730150;
}
.AnyTagClassName
{
color: #730150;
}
</style>
background-color css
<style>
a { background-color: #730150; }
a { background-color: rgb(115,1,80); }
div.DivClassName
{
background-color: #730150;
}
.BgClassName
{
background-color: #730150;
}
</style>
border-color css
<style>
span { border-color: #730150; }
span { border-color: rgb(115,1,80); }
td.TdClassName
{
border-color: #730150;
}
.TagClassName
{
border-color: #730150;
}
</style>