Shades of Palatinate Purple #721965
Tints of Palatinate Purple #721965
RGB
CMYK
RGB Variations
Color information
#721965 (or 0x721965) is known color: Palatinate Purple. HEX triplet: 72, 19 and 65. RGB value is (114,25,101). Sum of RGB (Red+Green+Blue) = 114+25+101=240 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.5% from 240); Green value is 25 (10.16% from 255 or 10.42% from 240); Blue value is 101 (39.84% from 255 or 42.08% from 240); Max value from RGB is 114 - color contains mainly: red. Hex color #721965 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721965 is #8DE69A. Grayscale: #3C3C3C. Windows color (decimal): -9299611 or 6625650. OLE color: 6625650.
HSL color Cylindrical-coordinate representation of color #721965: hue angle of 308.76º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #721965 is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 25 | 101 | - |
| CMYK | 0 | 0.78 | 0.11 | 0.55 |
| HSL | 308.76º | 0.64% | 0.27% | - |
| HSV(B) | 308.76º | 0.78% | 0.45% | - |
| XYZ | 9.64 | 5.21 | 12.81 | - |
| YUV | 60.28 | 150.99 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 25 | 101 | 0 | 0.78 | 0.11 | 0.55 | 308.76 | 0.64 | 0.27 |
| Hex | 72 | 19 | 65 | 0 | 4E | B | 37 | 135 | 40 | 1B |
| Octal | 162 | 31 | 145 | 0 | 116 | 13 | 67 | 465 | 100 | 33 |
| Binary | 1110010 | 11001 | 1100101 | 0 | 1001110 | 1011 | 110111 | 100110101 | 1000000 | 11011 |
Color Harmonies of #721965
Complementary color
Monochromatic Colors of #721965
Black with #721965
Text Example
Text Example
White with #721965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721965; }
p { color: rgb(114,25,101); }
H1.HeaderClassName
{
color: #721965;
}
.AnyTagClassName
{
color: #721965;
}
</style>
background-color css
<style>
a { background-color: #721965; }
a { background-color: rgb(114,25,101); }
div.DivClassName
{
background-color: #721965;
}
.BgClassName
{
background-color: #721965;
}
</style>
border-color css
<style>
span { border-color: #721965; }
span { border-color: rgb(114,25,101); }
td.TdClassName
{
border-color: #721965;
}
.TagClassName
{
border-color: #721965;
}
</style>