Shades of Palatinate Purple #72276E
Tints of Palatinate Purple #72276E
RGB
CMYK
RGB Variations
Color information
#72276E (or 0x72276E) is known color: Palatinate Purple. HEX triplet: 72, 27 and 6E. RGB value is (114,39,110). Sum of RGB (Red+Green+Blue) = 114+39+110=263 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.35% from 263); Green value is 39 (15.62% from 255 or 14.83% from 263); Blue value is 110 (43.36% from 255 or 41.83% from 263); Max value from RGB is 114 - color contains mainly: red. Hex color #72276E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72276E is #8DD891. Grayscale: #454545. Windows color (decimal): -9296018 or 7219058. OLE color: 7219058.
HSL color Cylindrical-coordinate representation of color #72276E: hue angle of 303.2º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #72276E is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 39 | 110 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.55 |
| HSL | 303.2º | 0.49% | 0.3% | - |
| HSV(B) | 303.2º | 0.66% | 0.45% | - |
| XYZ | 10.48 | 6.15 | 15.39 | - |
| YUV | 69.52 | 150.85 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 39 | 110 | 0 | 0.66 | 0.04 | 0.55 | 303.2 | 0.49 | 0.3 |
| Hex | 72 | 27 | 6E | 0 | 42 | 4 | 37 | 12F | 31 | 1E |
| Octal | 162 | 47 | 156 | 0 | 102 | 4 | 67 | 457 | 61 | 36 |
| Binary | 1110010 | 100111 | 1101110 | 0 | 1000010 | 100 | 110111 | 100101111 | 110001 | 11110 |
Color Harmonies of #72276E
Complementary color
Monochromatic Colors of #72276E
Black with #72276E
Text Example
Text Example
White with #72276E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72276E; }
p { color: rgb(114,39,110); }
H1.HeaderClassName
{
color: #72276E;
}
.AnyTagClassName
{
color: #72276E;
}
</style>
background-color css
<style>
a { background-color: #72276E; }
a { background-color: rgb(114,39,110); }
div.DivClassName
{
background-color: #72276E;
}
.BgClassName
{
background-color: #72276E;
}
</style>
border-color css
<style>
span { border-color: #72276E; }
span { border-color: rgb(114,39,110); }
td.TdClassName
{
border-color: #72276E;
}
.TagClassName
{
border-color: #72276E;
}
</style>