Shades of Palatinate Purple #720C5B
Tints of Palatinate Purple #720C5B
RGB
CMYK
RGB Variations
Color information
#720C5B (or 0x720C5B) is known color: Palatinate Purple. HEX triplet: 72, 0C and 5B. RGB value is (114,12,91). Sum of RGB (Red+Green+Blue) = 114+12+91=217 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.53% from 217); Green value is 12 (5.08% from 255 or 5.53% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 114 - color contains mainly: red. Hex color #720C5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720C5B is #8DF3A4. Grayscale: #333333. Windows color (decimal): -9302949 or 5966962. OLE color: 5966962.
HSL color Cylindrical-coordinate representation of color #720C5B: hue angle of 313.53º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #720C5B is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 12 | 91 | - |
| CMYK | 0 | 0.89 | 0.20 | 0.55 |
| HSL | 313.53º | 0.81% | 0.25% | - |
| HSV(B) | 313.53º | 0.89% | 0.45% | - |
| XYZ | 8.96 | 4.6 | 10.31 | - |
| YUV | 51.5 | 150.29 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 12 | 91 | 0 | 0.89 | 0.20 | 0.55 | 313.53 | 0.81 | 0.25 |
| Hex | 72 | C | 5B | 0 | 59 | 14 | 37 | 13A | 51 | 19 |
| Octal | 162 | 14 | 133 | 0 | 131 | 24 | 67 | 472 | 121 | 31 |
| Binary | 1110010 | 1100 | 1011011 | 0 | 1011001 | 10100 | 110111 | 100111010 | 1010001 | 11001 |
Color Harmonies of #720C5B
Complementary color
Monochromatic Colors of #720C5B
Black with #720C5B
Text Example
Text Example
White with #720C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720C5B; }
p { color: rgb(114,12,91); }
H1.HeaderClassName
{
color: #720C5B;
}
.AnyTagClassName
{
color: #720C5B;
}
</style>
background-color css
<style>
a { background-color: #720C5B; }
a { background-color: rgb(114,12,91); }
div.DivClassName
{
background-color: #720C5B;
}
.BgClassName
{
background-color: #720C5B;
}
</style>
border-color css
<style>
span { border-color: #720C5B; }
span { border-color: rgb(114,12,91); }
td.TdClassName
{
border-color: #720C5B;
}
.TagClassName
{
border-color: #720C5B;
}
</style>