Shades of Palatinate Purple #72296B
Tints of Palatinate Purple #72296B
RGB
CMYK
RGB Variations
Color information
#72296B (or 0x72296B) is known color: Palatinate Purple. HEX triplet: 72, 29 and 6B. RGB value is (114,41,107). Sum of RGB (Red+Green+Blue) = 114+41+107=262 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.51% from 262); Green value is 41 (16.41% from 255 or 15.65% from 262); Blue value is 107 (42.19% from 255 or 40.84% from 262); Max value from RGB is 114 - color contains mainly: red. Hex color #72296B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72296B is #8DD694. Grayscale: #464646. Windows color (decimal): -9295509 or 7022962. OLE color: 7022962.
HSL color Cylindrical-coordinate representation of color #72296B: hue angle of 305.75º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #72296B is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 41 | 107 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.55 |
| HSL | 305.75º | 0.47% | 0.3% | - |
| HSV(B) | 305.75º | 0.64% | 0.45% | - |
| XYZ | 10.39 | 6.22 | 14.56 | - |
| YUV | 70.35 | 148.68 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 41 | 107 | 0 | 0.64 | 0.06 | 0.55 | 305.75 | 0.47 | 0.3 |
| Hex | 72 | 29 | 6B | 0 | 40 | 6 | 37 | 132 | 2F | 1E |
| Octal | 162 | 51 | 153 | 0 | 100 | 6 | 67 | 462 | 57 | 36 |
| Binary | 1110010 | 101001 | 1101011 | 0 | 1000000 | 110 | 110111 | 100110010 | 101111 | 11110 |
Color Harmonies of #72296B
Complementary color
Monochromatic Colors of #72296B
Black with #72296B
Text Example
Text Example
White with #72296B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72296B; }
p { color: rgb(114,41,107); }
H1.HeaderClassName
{
color: #72296B;
}
.AnyTagClassName
{
color: #72296B;
}
</style>
background-color css
<style>
a { background-color: #72296B; }
a { background-color: rgb(114,41,107); }
div.DivClassName
{
background-color: #72296B;
}
.BgClassName
{
background-color: #72296B;
}
</style>
border-color css
<style>
span { border-color: #72296B; }
span { border-color: rgb(114,41,107); }
td.TdClassName
{
border-color: #72296B;
}
.TagClassName
{
border-color: #72296B;
}
</style>