Shades of Palatinate Purple #72275D
Tints of Palatinate Purple #72275D
RGB
CMYK
RGB Variations
Color information
#72275D (or 0x72275D) is known color: Palatinate Purple. HEX triplet: 72, 27 and 5D. RGB value is (114,39,93). Sum of RGB (Red+Green+Blue) = 114+39+93=246 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.34% from 246); Green value is 39 (15.62% from 255 or 15.85% from 246); Blue value is 93 (36.72% from 255 or 37.80% from 246); Max value from RGB is 114 - color contains mainly: red. Hex color #72275D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72275D is #8DD8A2. Grayscale: #434343. Windows color (decimal): -9296035 or 6104946. OLE color: 6104946.
HSL color Cylindrical-coordinate representation of color #72275D: hue angle of 316.8º 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 #72275D is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 39 | 93 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.55 |
| HSL | 316.8º | 0.49% | 0.3% | - |
| HSV(B) | 316.8º | 0.66% | 0.45% | - |
| XYZ | 9.64 | 5.82 | 10.97 | - |
| YUV | 67.58 | 142.35 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 39 | 93 | 0 | 0.66 | 0.18 | 0.55 | 316.8 | 0.49 | 0.3 |
| Hex | 72 | 27 | 5D | 0 | 42 | 12 | 37 | 13D | 31 | 1E |
| Octal | 162 | 47 | 135 | 0 | 102 | 22 | 67 | 475 | 61 | 36 |
| Binary | 1110010 | 100111 | 1011101 | 0 | 1000010 | 10010 | 110111 | 100111101 | 110001 | 11110 |
Color Harmonies of #72275D
Complementary color
Monochromatic Colors of #72275D
Black with #72275D
Text Example
Text Example
White with #72275D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72275D; }
p { color: rgb(114,39,93); }
H1.HeaderClassName
{
color: #72275D;
}
.AnyTagClassName
{
color: #72275D;
}
</style>
background-color css
<style>
a { background-color: #72275D; }
a { background-color: rgb(114,39,93); }
div.DivClassName
{
background-color: #72275D;
}
.BgClassName
{
background-color: #72275D;
}
</style>
border-color css
<style>
span { border-color: #72275D; }
span { border-color: rgb(114,39,93); }
td.TdClassName
{
border-color: #72275D;
}
.TagClassName
{
border-color: #72275D;
}
</style>