Shades of Palatinate Purple #722D67
Tints of Palatinate Purple #722D67
RGB
CMYK
RGB Variations
Color information
#722D67 (or 0x722D67) is known color: Palatinate Purple. HEX triplet: 72, 2D and 67. RGB value is (114,45,103). Sum of RGB (Red+Green+Blue) = 114+45+103=262 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.51% from 262); Green value is 45 (17.97% from 255 or 17.18% from 262); Blue value is 103 (40.62% from 255 or 39.31% from 262); Max value from RGB is 114 - color contains mainly: red. Hex color #722D67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722D67 is #8DD298. Grayscale: #484848. Windows color (decimal): -9294489 or 6761842. OLE color: 6761842.
HSL color Cylindrical-coordinate representation of color #722D67: hue angle of 309.57º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #722D67 is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 45 | 103 | - |
| CMYK | 0 | 0.61 | 0.10 | 0.55 |
| HSL | 309.57º | 0.43% | 0.31% | - |
| HSV(B) | 309.57º | 0.61% | 0.45% | - |
| XYZ | 10.33 | 6.43 | 13.53 | - |
| YUV | 72.24 | 145.36 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 45 | 103 | 0 | 0.61 | 0.10 | 0.55 | 309.57 | 0.43 | 0.31 |
| Hex | 72 | 2D | 67 | 0 | 3D | A | 37 | 136 | 2B | 1F |
| Octal | 162 | 55 | 147 | 0 | 75 | 12 | 67 | 466 | 53 | 37 |
| Binary | 1110010 | 101101 | 1100111 | 0 | 111101 | 1010 | 110111 | 100110110 | 101011 | 11111 |
Color Harmonies of #722D67
Complementary color
Monochromatic Colors of #722D67
Black with #722D67
Text Example
Text Example
White with #722D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722D67; }
p { color: rgb(114,45,103); }
H1.HeaderClassName
{
color: #722D67;
}
.AnyTagClassName
{
color: #722D67;
}
</style>
background-color css
<style>
a { background-color: #722D67; }
a { background-color: rgb(114,45,103); }
div.DivClassName
{
background-color: #722D67;
}
.BgClassName
{
background-color: #722D67;
}
</style>
border-color css
<style>
span { border-color: #722D67; }
span { border-color: rgb(114,45,103); }
td.TdClassName
{
border-color: #722D67;
}
.TagClassName
{
border-color: #722D67;
}
</style>