Shades of Palatinate Purple #722A6D
Tints of Palatinate Purple #722A6D
RGB
CMYK
RGB Variations
Color information
#722A6D (or 0x722A6D) is known color: Palatinate Purple. HEX triplet: 72, 2A and 6D. RGB value is (114,42,109). Sum of RGB (Red+Green+Blue) = 114+42+109=265 (35% of max value = 765). Red value is 114 (44.92% from 255 or 43.02% from 265); Green value is 42 (16.80% from 255 or 15.85% from 265); Blue value is 109 (42.97% from 255 or 41.13% from 265); Max value from RGB is 114 - color contains mainly: red. Hex color #722A6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722A6D is #8DD592. Grayscale: #464646. Windows color (decimal): -9295251 or 7154290. OLE color: 7154290.
HSL color Cylindrical-coordinate representation of color #722A6D: hue angle of 304.17º 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 #722A6D is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 42 | 109 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.55 |
| HSL | 304.17º | 0.46% | 0.31% | - |
| HSV(B) | 304.17º | 0.63% | 0.45% | - |
| XYZ | 10.53 | 6.34 | 15.14 | - |
| YUV | 71.17 | 149.35 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 42 | 109 | 0 | 0.63 | 0.04 | 0.55 | 304.17 | 0.46 | 0.31 |
| Hex | 72 | 2A | 6D | 0 | 3F | 4 | 37 | 130 | 2E | 1F |
| Octal | 162 | 52 | 155 | 0 | 77 | 4 | 67 | 460 | 56 | 37 |
| Binary | 1110010 | 101010 | 1101101 | 0 | 111111 | 100 | 110111 | 100110000 | 101110 | 11111 |
Color Harmonies of #722A6D
Complementary color
Monochromatic Colors of #722A6D
Black with #722A6D
Text Example
Text Example
White with #722A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722A6D; }
p { color: rgb(114,42,109); }
H1.HeaderClassName
{
color: #722A6D;
}
.AnyTagClassName
{
color: #722A6D;
}
</style>
background-color css
<style>
a { background-color: #722A6D; }
a { background-color: rgb(114,42,109); }
div.DivClassName
{
background-color: #722A6D;
}
.BgClassName
{
background-color: #722A6D;
}
</style>
border-color css
<style>
span { border-color: #722A6D; }
span { border-color: rgb(114,42,109); }
td.TdClassName
{
border-color: #722A6D;
}
.TagClassName
{
border-color: #722A6D;
}
</style>