Shades of Palatinate Purple #72276D
Tints of Palatinate Purple #72276D
RGB
CMYK
RGB Variations
Color information
#72276D (or 0x72276D) is known color: Palatinate Purple. HEX triplet: 72, 27 and 6D. RGB value is (114,39,109). Sum of RGB (Red+Green+Blue) = 114+39+109=262 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.51% from 262); Green value is 39 (15.62% from 255 or 14.89% from 262); Blue value is 109 (42.97% from 255 or 41.60% from 262); Max value from RGB is 114 - color contains mainly: red. Hex color #72276D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72276D is #8DD892. Grayscale: #454545. Windows color (decimal): -9296019 or 7153522. OLE color: 7153522.
HSL color Cylindrical-coordinate representation of color #72276D: hue angle of 304º 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 #72276D is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 39 | 109 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.55 |
| HSL | 304º | 0.49% | 0.3% | - |
| HSV(B) | 304º | 0.66% | 0.45% | - |
| XYZ | 10.43 | 6.13 | 15.1 | - |
| YUV | 69.41 | 150.35 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 39 | 109 | 0 | 0.66 | 0.04 | 0.55 | 304 | 0.49 | 0.3 |
| Hex | 72 | 27 | 6D | 0 | 42 | 4 | 37 | 130 | 31 | 1E |
| Octal | 162 | 47 | 155 | 0 | 102 | 4 | 67 | 460 | 61 | 36 |
| Binary | 1110010 | 100111 | 1101101 | 0 | 1000010 | 100 | 110111 | 100110000 | 110001 | 11110 |
Color Harmonies of #72276D
Complementary color
Monochromatic Colors of #72276D
Black with #72276D
Text Example
Text Example
White with #72276D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72276D; }
p { color: rgb(114,39,109); }
H1.HeaderClassName
{
color: #72276D;
}
.AnyTagClassName
{
color: #72276D;
}
</style>
background-color css
<style>
a { background-color: #72276D; }
a { background-color: rgb(114,39,109); }
div.DivClassName
{
background-color: #72276D;
}
.BgClassName
{
background-color: #72276D;
}
</style>
border-color css
<style>
span { border-color: #72276D; }
span { border-color: rgb(114,39,109); }
td.TdClassName
{
border-color: #72276D;
}
.TagClassName
{
border-color: #72276D;
}
</style>