Shades of Palatinate Purple #72286B
Tints of Palatinate Purple #72286B
RGB
CMYK
RGB Variations
Color information
#72286B (or 0x72286B) is known color: Palatinate Purple. HEX triplet: 72, 28 and 6B. RGB value is (114,40,107). Sum of RGB (Red+Green+Blue) = 114+40+107=261 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.68% from 261); Green value is 40 (16.02% from 255 or 15.33% from 261); Blue value is 107 (42.19% from 255 or 41.00% from 261); Max value from RGB is 114 - color contains mainly: red. Hex color #72286B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72286B is #8DD794. Grayscale: #454545. Windows color (decimal): -9295765 or 7022706. OLE color: 7022706.
HSL color Cylindrical-coordinate representation of color #72286B: hue angle of 305.68º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #72286B is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 40 | 107 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.55 |
| HSL | 305.68º | 0.48% | 0.3% | - |
| HSV(B) | 305.68º | 0.65% | 0.45% | - |
| XYZ | 10.35 | 6.16 | 14.55 | - |
| YUV | 69.76 | 149.02 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 40 | 107 | 0 | 0.65 | 0.06 | 0.55 | 305.68 | 0.48 | 0.3 |
| Hex | 72 | 28 | 6B | 0 | 41 | 6 | 37 | 132 | 30 | 1E |
| Octal | 162 | 50 | 153 | 0 | 101 | 6 | 67 | 462 | 60 | 36 |
| Binary | 1110010 | 101000 | 1101011 | 0 | 1000001 | 110 | 110111 | 100110010 | 110000 | 11110 |
Color Harmonies of #72286B
Complementary color
Monochromatic Colors of #72286B
Black with #72286B
Text Example
Text Example
White with #72286B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72286B; }
p { color: rgb(114,40,107); }
H1.HeaderClassName
{
color: #72286B;
}
.AnyTagClassName
{
color: #72286B;
}
</style>
background-color css
<style>
a { background-color: #72286B; }
a { background-color: rgb(114,40,107); }
div.DivClassName
{
background-color: #72286B;
}
.BgClassName
{
background-color: #72286B;
}
</style>
border-color css
<style>
span { border-color: #72286B; }
span { border-color: rgb(114,40,107); }
td.TdClassName
{
border-color: #72286B;
}
.TagClassName
{
border-color: #72286B;
}
</style>