Shades of Palatinate Purple #720A65
Tints of Palatinate Purple #720A65
RGB
CMYK
RGB Variations
Color information
#720A65 (or 0x720A65) is known color: Palatinate Purple. HEX triplet: 72, 0A and 65. RGB value is (114,10,101). Sum of RGB (Red+Green+Blue) = 114+10+101=225 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.67% from 225); Green value is 10 (4.30% from 255 or 4.44% from 225); Blue value is 101 (39.84% from 255 or 44.89% from 225); Max value from RGB is 114 - color contains mainly: red. Hex color #720A65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720A65 is #8DF59A. Grayscale: #333333. Windows color (decimal): -9303451 or 6621810. OLE color: 6621810.
HSL color Cylindrical-coordinate representation of color #720A65: hue angle of 307.5º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #720A65 is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 10 | 101 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.55 |
| HSL | 307.5º | 0.84% | 0.24% | - |
| HSV(B) | 307.5º | 0.91% | 0.45% | - |
| XYZ | 9.4 | 4.73 | 12.73 | - |
| YUV | 51.47 | 155.96 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 10 | 101 | 0 | 0.91 | 0.11 | 0.55 | 307.5 | 0.84 | 0.24 |
| Hex | 72 | A | 65 | 0 | 5B | B | 37 | 134 | 54 | 18 |
| Octal | 162 | 12 | 145 | 0 | 133 | 13 | 67 | 464 | 124 | 30 |
| Binary | 1110010 | 1010 | 1100101 | 0 | 1011011 | 1011 | 110111 | 100110100 | 1010100 | 11000 |
Color Harmonies of #720A65
Complementary color
Monochromatic Colors of #720A65
Black with #720A65
Text Example
Text Example
White with #720A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720A65; }
p { color: rgb(114,10,101); }
H1.HeaderClassName
{
color: #720A65;
}
.AnyTagClassName
{
color: #720A65;
}
</style>
background-color css
<style>
a { background-color: #720A65; }
a { background-color: rgb(114,10,101); }
div.DivClassName
{
background-color: #720A65;
}
.BgClassName
{
background-color: #720A65;
}
</style>
border-color css
<style>
span { border-color: #720A65; }
span { border-color: rgb(114,10,101); }
td.TdClassName
{
border-color: #720A65;
}
.TagClassName
{
border-color: #720A65;
}
</style>