Shades of Palatinate Purple #721F6A
Tints of Palatinate Purple #721F6A
RGB
CMYK
RGB Variations
Color information
#721F6A (or 0x721F6A) is known color: Palatinate Purple. HEX triplet: 72, 1F and 6A. RGB value is (114,31,106). Sum of RGB (Red+Green+Blue) = 114+31+106=251 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.42% from 251); Green value is 31 (12.5% from 255 or 12.35% from 251); Blue value is 106 (41.80% from 255 or 42.23% from 251); Max value from RGB is 114 - color contains mainly: red. Hex color #721F6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721F6A is #8DE095. Grayscale: #404040. Windows color (decimal): -9298070 or 6954866. OLE color: 6954866.
HSL color Cylindrical-coordinate representation of color #721F6A: hue angle of 305.78º 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 #721F6A is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 31 | 106 | - |
| CMYK | 0 | 0.73 | 0.07 | 0.55 |
| HSL | 305.78º | 0.57% | 0.28% | - |
| HSV(B) | 305.78º | 0.73% | 0.45% | - |
| XYZ | 10.03 | 5.6 | 14.19 | - |
| YUV | 64.37 | 151.5 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 31 | 106 | 0 | 0.73 | 0.07 | 0.55 | 305.78 | 0.57 | 0.28 |
| Hex | 72 | 1F | 6A | 0 | 49 | 7 | 37 | 132 | 39 | 1C |
| Octal | 162 | 37 | 152 | 0 | 111 | 7 | 67 | 462 | 71 | 34 |
| Binary | 1110010 | 11111 | 1101010 | 0 | 1001001 | 111 | 110111 | 100110010 | 111001 | 11100 |
Color Harmonies of #721F6A
Complementary color
Monochromatic Colors of #721F6A
Black with #721F6A
Text Example
Text Example
White with #721F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721F6A; }
p { color: rgb(114,31,106); }
H1.HeaderClassName
{
color: #721F6A;
}
.AnyTagClassName
{
color: #721F6A;
}
</style>
background-color css
<style>
a { background-color: #721F6A; }
a { background-color: rgb(114,31,106); }
div.DivClassName
{
background-color: #721F6A;
}
.BgClassName
{
background-color: #721F6A;
}
</style>
border-color css
<style>
span { border-color: #721F6A; }
span { border-color: rgb(114,31,106); }
td.TdClassName
{
border-color: #721F6A;
}
.TagClassName
{
border-color: #721F6A;
}
</style>