Shades of Palatinate Purple #721C6E
Tints of Palatinate Purple #721C6E
RGB
CMYK
RGB Variations
Color information
#721C6E (or 0x721C6E) is known color: Palatinate Purple. HEX triplet: 72, 1C and 6E. RGB value is (114,28,110). Sum of RGB (Red+Green+Blue) = 114+28+110=252 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.24% from 252); Green value is 28 (11.33% from 255 or 11.11% from 252); Blue value is 110 (43.36% from 255 or 43.65% from 252); Max value from RGB is 114 - color contains mainly: red. Hex color #721C6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721C6E is #8DE391. Grayscale: #3E3E3E. Windows color (decimal): -9298834 or 7216242. OLE color: 7216242.
HSL color Cylindrical-coordinate representation of color #721C6E: hue angle of 302.79º degrees, saturation: 0.61, 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 #721C6E is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 28 | 110 | - |
| CMYK | 0 | 0.75 | 0.04 | 0.55 |
| HSL | 302.79º | 0.61% | 0.28% | - |
| HSV(B) | 302.79º | 0.75% | 0.45% | - |
| XYZ | 10.17 | 5.53 | 15.28 | - |
| YUV | 63.06 | 154.49 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 28 | 110 | 0 | 0.75 | 0.04 | 0.55 | 302.79 | 0.61 | 0.28 |
| Hex | 72 | 1C | 6E | 0 | 4B | 4 | 37 | 12F | 3D | 1C |
| Octal | 162 | 34 | 156 | 0 | 113 | 4 | 67 | 457 | 75 | 34 |
| Binary | 1110010 | 11100 | 1101110 | 0 | 1001011 | 100 | 110111 | 100101111 | 111101 | 11100 |
Color Harmonies of #721C6E
Complementary color
Monochromatic Colors of #721C6E
Black with #721C6E
Text Example
Text Example
White with #721C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721C6E; }
p { color: rgb(114,28,110); }
H1.HeaderClassName
{
color: #721C6E;
}
.AnyTagClassName
{
color: #721C6E;
}
</style>
background-color css
<style>
a { background-color: #721C6E; }
a { background-color: rgb(114,28,110); }
div.DivClassName
{
background-color: #721C6E;
}
.BgClassName
{
background-color: #721C6E;
}
</style>
border-color css
<style>
span { border-color: #721C6E; }
span { border-color: rgb(114,28,110); }
td.TdClassName
{
border-color: #721C6E;
}
.TagClassName
{
border-color: #721C6E;
}
</style>