Shades of Palatinate Purple #721D6A
Tints of Palatinate Purple #721D6A
RGB
CMYK
RGB Variations
Color information
#721D6A (or 0x721D6A) is known color: Palatinate Purple. HEX triplet: 72, 1D and 6A. RGB value is (114,29,106). Sum of RGB (Red+Green+Blue) = 114+29+106=249 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.78% from 249); Green value is 29 (11.72% from 255 or 11.65% from 249); Blue value is 106 (41.80% from 255 or 42.57% from 249); Max value from RGB is 114 - color contains mainly: red. Hex color #721D6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721D6A is #8DE295. Grayscale: #3E3E3E. Windows color (decimal): -9298582 or 6954354. OLE color: 6954354.
HSL color Cylindrical-coordinate representation of color #721D6A: hue angle of 305.65º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #721D6A is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 29 | 106 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.55 |
| HSL | 305.65º | 0.59% | 0.28% | - |
| HSV(B) | 305.65º | 0.75% | 0.45% | - |
| XYZ | 9.98 | 5.5 | 14.17 | - |
| YUV | 63.19 | 152.16 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 29 | 106 | 0 | 0.75 | 0.07 | 0.55 | 305.65 | 0.59 | 0.28 |
| Hex | 72 | 1D | 6A | 0 | 4B | 7 | 37 | 132 | 3B | 1C |
| Octal | 162 | 35 | 152 | 0 | 113 | 7 | 67 | 462 | 73 | 34 |
| Binary | 1110010 | 11101 | 1101010 | 0 | 1001011 | 111 | 110111 | 100110010 | 111011 | 11100 |
Color Harmonies of #721D6A
Complementary color
Monochromatic Colors of #721D6A
Black with #721D6A
Text Example
Text Example
White with #721D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721D6A; }
p { color: rgb(114,29,106); }
H1.HeaderClassName
{
color: #721D6A;
}
.AnyTagClassName
{
color: #721D6A;
}
</style>
background-color css
<style>
a { background-color: #721D6A; }
a { background-color: rgb(114,29,106); }
div.DivClassName
{
background-color: #721D6A;
}
.BgClassName
{
background-color: #721D6A;
}
</style>
border-color css
<style>
span { border-color: #721D6A; }
span { border-color: rgb(114,29,106); }
td.TdClassName
{
border-color: #721D6A;
}
.TagClassName
{
border-color: #721D6A;
}
</style>