Shades of Palatinate Purple #721A58
Tints of Palatinate Purple #721A58
RGB
CMYK
RGB Variations
Color information
#721A58 (or 0x721A58) is known color: Palatinate Purple. HEX triplet: 72, 1A and 58. RGB value is (114,26,88). Sum of RGB (Red+Green+Blue) = 114+26+88=228 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50% from 228); Green value is 26 (10.55% from 255 or 11.40% from 228); Blue value is 88 (34.77% from 255 or 38.60% from 228); Max value from RGB is 114 - color contains mainly: red. Hex color #721A58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721A58 is #8DE5A7. Grayscale: #3B3B3B. Windows color (decimal): -9299368 or 5773938. OLE color: 5773938.
HSL color Cylindrical-coordinate representation of color #721A58: hue angle of 317.73º 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 #721A58 is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 26 | 88 | - |
| CMYK | 0 | 0.77 | 0.23 | 0.55 |
| HSL | 317.73º | 0.63% | 0.27% | - |
| HSV(B) | 317.73º | 0.77% | 0.45% | - |
| XYZ | 9.07 | 5.02 | 9.72 | - |
| YUV | 59.38 | 144.15 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 26 | 88 | 0 | 0.77 | 0.23 | 0.55 | 317.73 | 0.63 | 0.27 |
| Hex | 72 | 1A | 58 | 0 | 4D | 17 | 37 | 13E | 3F | 1B |
| Octal | 162 | 32 | 130 | 0 | 115 | 27 | 67 | 476 | 77 | 33 |
| Binary | 1110010 | 11010 | 1011000 | 0 | 1001101 | 10111 | 110111 | 100111110 | 111111 | 11011 |
Color Harmonies of #721A58
Complementary color
Monochromatic Colors of #721A58
Black with #721A58
Text Example
Text Example
White with #721A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721A58; }
p { color: rgb(114,26,88); }
H1.HeaderClassName
{
color: #721A58;
}
.AnyTagClassName
{
color: #721A58;
}
</style>
background-color css
<style>
a { background-color: #721A58; }
a { background-color: rgb(114,26,88); }
div.DivClassName
{
background-color: #721A58;
}
.BgClassName
{
background-color: #721A58;
}
</style>
border-color css
<style>
span { border-color: #721A58; }
span { border-color: rgb(114,26,88); }
td.TdClassName
{
border-color: #721A58;
}
.TagClassName
{
border-color: #721A58;
}
</style>