Shades of Palatinate Purple #721265
Tints of Palatinate Purple #721265
RGB
CMYK
RGB Variations
Color information
#721265 (or 0x721265) is known color: Palatinate Purple. HEX triplet: 72, 12 and 65. RGB value is (114,18,101). Sum of RGB (Red+Green+Blue) = 114+18+101=233 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.93% from 233); Green value is 18 (7.42% from 255 or 7.73% from 233); Blue value is 101 (39.84% from 255 or 43.35% from 233); Max value from RGB is 114 - color contains mainly: red. Hex color #721265 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721265 is #8DED9A. Grayscale: #373737. Windows color (decimal): -9301403 or 6623858. OLE color: 6623858.
HSL color Cylindrical-coordinate representation of color #721265: hue angle of 308.12º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #721265 is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 18 | 101 | - |
| CMYK | 0 | 0.84 | 0.11 | 0.55 |
| HSL | 308.13º | 0.73% | 0.26% | - |
| HSV(B) | 308.13º | 0.84% | 0.45% | - |
| XYZ | 9.5 | 4.95 | 12.77 | - |
| YUV | 56.17 | 153.3 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 18 | 101 | 0 | 0.84 | 0.11 | 0.55 | 308.13 | 0.73 | 0.26 |
| Hex | 72 | 12 | 65 | 0 | 54 | B | 37 | 134 | 49 | 1A |
| Octal | 162 | 22 | 145 | 0 | 124 | 13 | 67 | 464 | 111 | 32 |
| Binary | 1110010 | 10010 | 1100101 | 0 | 1010100 | 1011 | 110111 | 100110100 | 1001001 | 11010 |
Color Harmonies of #721265
Complementary color
Monochromatic Colors of #721265
Black with #721265
Text Example
Text Example
White with #721265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721265; }
p { color: rgb(114,18,101); }
H1.HeaderClassName
{
color: #721265;
}
.AnyTagClassName
{
color: #721265;
}
</style>
background-color css
<style>
a { background-color: #721265; }
a { background-color: rgb(114,18,101); }
div.DivClassName
{
background-color: #721265;
}
.BgClassName
{
background-color: #721265;
}
</style>
border-color css
<style>
span { border-color: #721265; }
span { border-color: rgb(114,18,101); }
td.TdClassName
{
border-color: #721265;
}
.TagClassName
{
border-color: #721265;
}
</style>