Shades of Tyrian Purple #720150
Tints of Tyrian Purple #720150
RGB
CMYK
RGB Variations
Color information
#720150 (or 0x720150) is known color: Tyrian Purple. HEX triplet: 72, 01 and 50. RGB value is (114,1,80). Sum of RGB (Red+Green+Blue) = 114+1+80=195 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.46% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 80 (31.64% from 255 or 41.03% from 195); Max value from RGB is 114 - color contains mainly: red. Hex color #720150 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720150 is #8DFEAF. Grayscale: #2B2B2B. Windows color (decimal): -9305776 or 5243250. OLE color: 5243250.
HSL color Cylindrical-coordinate representation of color #720150: hue angle of 318.05º 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 #720150 is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 1 | 80 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.55 |
| HSL | 318.05º | 0.98% | 0.23% | - |
| HSV(B) | 318.05º | 0.99% | 0.45% | - |
| XYZ | 8.4 | 4.18 | 7.95 | - |
| YUV | 43.79 | 148.44 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 1 | 80 | 0 | 0.99 | 0.30 | 0.55 | 318.05 | 0.98 | 0.23 |
| Hex | 72 | 1 | 50 | 0 | 63 | 1E | 37 | 13E | 62 | 17 |
| Octal | 162 | 1 | 120 | 0 | 143 | 36 | 67 | 476 | 142 | 27 |
| Binary | 1110010 | 1 | 1010000 | 0 | 1100011 | 11110 | 110111 | 100111110 | 1100010 | 10111 |
Color Harmonies of #720150
Complementary color
Monochromatic Colors of #720150
Black with #720150
Text Example
Text Example
White with #720150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720150; }
p { color: rgb(114,1,80); }
H1.HeaderClassName
{
color: #720150;
}
.AnyTagClassName
{
color: #720150;
}
</style>
background-color css
<style>
a { background-color: #720150; }
a { background-color: rgb(114,1,80); }
div.DivClassName
{
background-color: #720150;
}
.BgClassName
{
background-color: #720150;
}
</style>
border-color css
<style>
span { border-color: #720150; }
span { border-color: rgb(114,1,80); }
td.TdClassName
{
border-color: #720150;
}
.TagClassName
{
border-color: #720150;
}
</style>