Shades of Palatinate Purple #722A65
Tints of Palatinate Purple #722A65
RGB
CMYK
RGB Variations
Color information
#722A65 (or 0x722A65) is known color: Palatinate Purple. HEX triplet: 72, 2A and 65. RGB value is (114,42,101). Sum of RGB (Red+Green+Blue) = 114+42+101=257 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.36% from 257); Green value is 42 (16.80% from 255 or 16.34% from 257); Blue value is 101 (39.84% from 255 or 39.30% from 257); Max value from RGB is 114 - color contains mainly: red. Hex color #722A65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722A65 is #8DD59A. Grayscale: #464646. Windows color (decimal): -9295259 or 6630002. OLE color: 6630002.
HSL color Cylindrical-coordinate representation of color #722A65: hue angle of 310.83º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #722A65 is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 42 | 101 | - |
| CMYK | 0 | 0.63 | 0.11 | 0.55 |
| HSL | 310.83º | 0.46% | 0.31% | - |
| HSV(B) | 310.83º | 0.63% | 0.45% | - |
| XYZ | 10.12 | 6.17 | 12.97 | - |
| YUV | 70.25 | 145.35 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 42 | 101 | 0 | 0.63 | 0.11 | 0.55 | 310.83 | 0.46 | 0.31 |
| Hex | 72 | 2A | 65 | 0 | 3F | B | 37 | 137 | 2E | 1F |
| Octal | 162 | 52 | 145 | 0 | 77 | 13 | 67 | 467 | 56 | 37 |
| Binary | 1110010 | 101010 | 1100101 | 0 | 111111 | 1011 | 110111 | 100110111 | 101110 | 11111 |
Color Harmonies of #722A65
Complementary color
Monochromatic Colors of #722A65
Black with #722A65
Text Example
Text Example
White with #722A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722A65; }
p { color: rgb(114,42,101); }
H1.HeaderClassName
{
color: #722A65;
}
.AnyTagClassName
{
color: #722A65;
}
</style>
background-color css
<style>
a { background-color: #722A65; }
a { background-color: rgb(114,42,101); }
div.DivClassName
{
background-color: #722A65;
}
.BgClassName
{
background-color: #722A65;
}
</style>
border-color css
<style>
span { border-color: #722A65; }
span { border-color: rgb(114,42,101); }
td.TdClassName
{
border-color: #722A65;
}
.TagClassName
{
border-color: #722A65;
}
</style>