Shades of Palatinate Purple #721F6E
Tints of Palatinate Purple #721F6E
RGB
CMYK
RGB Variations
Color information
#721F6E (or 0x721F6E) is known color: Palatinate Purple. HEX triplet: 72, 1F and 6E. RGB value is (114,31,110). Sum of RGB (Red+Green+Blue) = 114+31+110=255 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.71% from 255); Green value is 31 (12.5% from 255 or 12.16% from 255); Blue value is 110 (43.36% from 255 or 43.14% from 255); Max value from RGB is 114 - color contains mainly: red. Hex color #721F6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721F6E is #8DE091. Grayscale: #404040. Windows color (decimal): -9298066 or 7217010. OLE color: 7217010.
HSL color Cylindrical-coordinate representation of color #721F6E: hue angle of 302.89º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #721F6E is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 31 | 110 | - |
| CMYK | 0 | 0.73 | 0.04 | 0.55 |
| HSL | 302.89º | 0.57% | 0.28% | - |
| HSV(B) | 302.89º | 0.73% | 0.45% | - |
| XYZ | 10.24 | 5.68 | 15.31 | - |
| YUV | 64.82 | 153.5 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 31 | 110 | 0 | 0.73 | 0.04 | 0.55 | 302.89 | 0.57 | 0.28 |
| Hex | 72 | 1F | 6E | 0 | 49 | 4 | 37 | 12F | 39 | 1C |
| Octal | 162 | 37 | 156 | 0 | 111 | 4 | 67 | 457 | 71 | 34 |
| Binary | 1110010 | 11111 | 1101110 | 0 | 1001001 | 100 | 110111 | 100101111 | 111001 | 11100 |
Color Harmonies of #721F6E
Complementary color
Monochromatic Colors of #721F6E
Black with #721F6E
Text Example
Text Example
White with #721F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721F6E; }
p { color: rgb(114,31,110); }
H1.HeaderClassName
{
color: #721F6E;
}
.AnyTagClassName
{
color: #721F6E;
}
</style>
background-color css
<style>
a { background-color: #721F6E; }
a { background-color: rgb(114,31,110); }
div.DivClassName
{
background-color: #721F6E;
}
.BgClassName
{
background-color: #721F6E;
}
</style>
border-color css
<style>
span { border-color: #721F6E; }
span { border-color: rgb(114,31,110); }
td.TdClassName
{
border-color: #721F6E;
}
.TagClassName
{
border-color: #721F6E;
}
</style>