Shades of Palatinate Purple #721A6B
Tints of Palatinate Purple #721A6B
RGB
CMYK
RGB Variations
Color information
#721A6B (or 0x721A6B) is known color: Palatinate Purple. HEX triplet: 72, 1A and 6B. RGB value is (114,26,107). Sum of RGB (Red+Green+Blue) = 114+26+107=247 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.15% from 247); Green value is 26 (10.55% from 255 or 10.53% from 247); Blue value is 107 (42.19% from 255 or 43.32% from 247); Max value from RGB is 114 - color contains mainly: red. Hex color #721A6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721A6B is #8DE594. Grayscale: #3D3D3D. Windows color (decimal): -9299349 or 7019122. OLE color: 7019122.
HSL color Cylindrical-coordinate representation of color #721A6B: hue angle of 304.77º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #721A6B is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 26 | 107 | - |
| CMYK | 0 | 0.77 | 0.06 | 0.55 |
| HSL | 304.77º | 0.63% | 0.27% | - |
| HSV(B) | 304.77º | 0.77% | 0.45% | - |
| XYZ | 9.96 | 5.38 | 14.42 | - |
| YUV | 61.55 | 153.65 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 26 | 107 | 0 | 0.77 | 0.06 | 0.55 | 304.77 | 0.63 | 0.27 |
| Hex | 72 | 1A | 6B | 0 | 4D | 6 | 37 | 131 | 3F | 1B |
| Octal | 162 | 32 | 153 | 0 | 115 | 6 | 67 | 461 | 77 | 33 |
| Binary | 1110010 | 11010 | 1101011 | 0 | 1001101 | 110 | 110111 | 100110001 | 111111 | 11011 |
Color Harmonies of #721A6B
Complementary color
Monochromatic Colors of #721A6B
Black with #721A6B
Text Example
Text Example
White with #721A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721A6B; }
p { color: rgb(114,26,107); }
H1.HeaderClassName
{
color: #721A6B;
}
.AnyTagClassName
{
color: #721A6B;
}
</style>
background-color css
<style>
a { background-color: #721A6B; }
a { background-color: rgb(114,26,107); }
div.DivClassName
{
background-color: #721A6B;
}
.BgClassName
{
background-color: #721A6B;
}
</style>
border-color css
<style>
span { border-color: #721A6B; }
span { border-color: rgb(114,26,107); }
td.TdClassName
{
border-color: #721A6B;
}
.TagClassName
{
border-color: #721A6B;
}
</style>