Shades of Tyrian Purple #720643
Tints of Tyrian Purple #720643
RGB
CMYK
RGB Variations
Color information
#720643 (or 0x720643) is known color: Tyrian Purple. HEX triplet: 72, 06 and 43. RGB value is (114,6,67). Sum of RGB (Red+Green+Blue) = 114+6+67=187 (24% of max value = 765). Red value is 114 (44.92% from 255 or 60.96% from 187); Green value is 6 (2.73% from 255 or 3.21% from 187); Blue value is 67 (26.56% from 255 or 35.83% from 187); Max value from RGB is 114 - color contains mainly: red. Hex color #720643 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720643 is #8DF9BC. Grayscale: #2D2D2D. Windows color (decimal): -9304509 or 4392562. OLE color: 4392562.
HSL color Cylindrical-coordinate representation of color #720643: hue angle of 326.11º 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 #720643 is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 6 | 67 | - |
| CMYK | 0 | 0.95 | 0.41 | 0.55 |
| HSL | 326.11º | 0.9% | 0.24% | - |
| HSV(B) | 326.11º | 0.95% | 0.45% | - |
| XYZ | 8.02 | 4.11 | 5.68 | - |
| YUV | 45.25 | 140.28 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 6 | 67 | 0 | 0.95 | 0.41 | 0.55 | 326.11 | 0.9 | 0.24 |
| Hex | 72 | 6 | 43 | 0 | 5F | 29 | 37 | 146 | 5A | 18 |
| Octal | 162 | 6 | 103 | 0 | 137 | 51 | 67 | 506 | 132 | 30 |
| Binary | 1110010 | 110 | 1000011 | 0 | 1011111 | 101001 | 110111 | 101000110 | 1011010 | 11000 |
Color Harmonies of #720643
Complementary color
Monochromatic Colors of #720643
Black with #720643
Text Example
Text Example
White with #720643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720643; }
p { color: rgb(114,6,67); }
H1.HeaderClassName
{
color: #720643;
}
.AnyTagClassName
{
color: #720643;
}
</style>
background-color css
<style>
a { background-color: #720643; }
a { background-color: rgb(114,6,67); }
div.DivClassName
{
background-color: #720643;
}
.BgClassName
{
background-color: #720643;
}
</style>
border-color css
<style>
span { border-color: #720643; }
span { border-color: rgb(114,6,67); }
td.TdClassName
{
border-color: #720643;
}
.TagClassName
{
border-color: #720643;
}
</style>