Shades of Palatinate Purple #721D6B
Tints of Palatinate Purple #721D6B
RGB
CMYK
RGB Variations
Color information
#721D6B (or 0x721D6B) is known color: Palatinate Purple. HEX triplet: 72, 1D and 6B. RGB value is (114,29,107). Sum of RGB (Red+Green+Blue) = 114+29+107=250 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.6% from 250); Green value is 29 (11.72% from 255 or 11.6% from 250); Blue value is 107 (42.19% from 255 or 42.8% from 250); Max value from RGB is 114 - color contains mainly: red. Hex color #721D6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721D6B is #8DE294. Grayscale: #3F3F3F. Windows color (decimal): -9298581 or 7019890. OLE color: 7019890.
HSL color Cylindrical-coordinate representation of color #721D6B: hue angle of 304.94º 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 #721D6B is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 29 | 107 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.55 |
| HSL | 304.94º | 0.59% | 0.28% | - |
| HSV(B) | 304.94º | 0.75% | 0.45% | - |
| XYZ | 10.03 | 5.52 | 14.45 | - |
| YUV | 63.31 | 152.66 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 29 | 107 | 0 | 0.75 | 0.06 | 0.55 | 304.94 | 0.59 | 0.28 |
| Hex | 72 | 1D | 6B | 0 | 4B | 6 | 37 | 131 | 3B | 1C |
| Octal | 162 | 35 | 153 | 0 | 113 | 6 | 67 | 461 | 73 | 34 |
| Binary | 1110010 | 11101 | 1101011 | 0 | 1001011 | 110 | 110111 | 100110001 | 111011 | 11100 |
Color Harmonies of #721D6B
Complementary color
Monochromatic Colors of #721D6B
Black with #721D6B
Text Example
Text Example
White with #721D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721D6B; }
p { color: rgb(114,29,107); }
H1.HeaderClassName
{
color: #721D6B;
}
.AnyTagClassName
{
color: #721D6B;
}
</style>
background-color css
<style>
a { background-color: #721D6B; }
a { background-color: rgb(114,29,107); }
div.DivClassName
{
background-color: #721D6B;
}
.BgClassName
{
background-color: #721D6B;
}
</style>
border-color css
<style>
span { border-color: #721D6B; }
span { border-color: rgb(114,29,107); }
td.TdClassName
{
border-color: #721D6B;
}
.TagClassName
{
border-color: #721D6B;
}
</style>