Shades of Tyrian Purple #720133
Tints of Tyrian Purple #720133
RGB
CMYK
RGB Variations
Color information
#720133 (or 0x720133) is known color: Tyrian Purple. HEX triplet: 72, 01 and 33. RGB value is (114,1,51). Sum of RGB (Red+Green+Blue) = 114+1+51=166 (21% of max value = 765). Red value is 114 (44.92% from 255 or 68.67% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 51 (20.31% from 255 or 30.72% from 166); Max value from RGB is 114 - color contains mainly: red. Hex color #720133 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720133 is #8DFECC. Grayscale: #282828. Windows color (decimal): -9305805 or 3342706. OLE color: 3342706.
HSL color Cylindrical-coordinate representation of color #720133: hue angle of 333.45º 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 #720133 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 1 | 51 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.55 |
| HSL | 333.45º | 0.98% | 0.23% | - |
| HSV(B) | 333.45º | 0.99% | 0.45% | - |
| XYZ | 7.55 | 3.84 | 3.47 | - |
| YUV | 40.49 | 133.94 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 1 | 51 | 0 | 0.99 | 0.55 | 0.55 | 333.45 | 0.98 | 0.23 |
| Hex | 72 | 1 | 33 | 0 | 63 | 37 | 37 | 14D | 62 | 17 |
| Octal | 162 | 1 | 63 | 0 | 143 | 67 | 67 | 515 | 142 | 27 |
| Binary | 1110010 | 1 | 110011 | 0 | 1100011 | 110111 | 110111 | 101001101 | 1100010 | 10111 |
Color Harmonies of #720133
Complementary color
Monochromatic Colors of #720133
Black with #720133
Text Example
Text Example
White with #720133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720133; }
p { color: rgb(114,1,51); }
H1.HeaderClassName
{
color: #720133;
}
.AnyTagClassName
{
color: #720133;
}
</style>
background-color css
<style>
a { background-color: #720133; }
a { background-color: rgb(114,1,51); }
div.DivClassName
{
background-color: #720133;
}
.BgClassName
{
background-color: #720133;
}
</style>
border-color css
<style>
span { border-color: #720133; }
span { border-color: rgb(114,1,51); }
td.TdClassName
{
border-color: #720133;
}
.TagClassName
{
border-color: #720133;
}
</style>