Shades of Palatinate Purple #72275F
Tints of Palatinate Purple #72275F
RGB
CMYK
RGB Variations
Color information
#72275F (or 0x72275F) is known color: Palatinate Purple. HEX triplet: 72, 27 and 5F. RGB value is (114,39,95). Sum of RGB (Red+Green+Blue) = 114+39+95=248 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.97% from 248); Green value is 39 (15.62% from 255 or 15.73% from 248); Blue value is 95 (37.5% from 255 or 38.31% from 248); Max value from RGB is 114 - color contains mainly: red. Hex color #72275F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72275F is #8DD8A0. Grayscale: #434343. Windows color (decimal): -9296033 or 6236018. OLE color: 6236018.
HSL color Cylindrical-coordinate representation of color #72275F: hue angle of 315.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 #72275F is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 39 | 95 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.55 |
| HSL | 315.2º | 0.49% | 0.3% | - |
| HSV(B) | 315.2º | 0.66% | 0.45% | - |
| XYZ | 9.73 | 5.85 | 11.44 | - |
| YUV | 67.81 | 143.35 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 39 | 95 | 0 | 0.66 | 0.17 | 0.55 | 315.2 | 0.49 | 0.3 |
| Hex | 72 | 27 | 5F | 0 | 42 | 11 | 37 | 13B | 31 | 1E |
| Octal | 162 | 47 | 137 | 0 | 102 | 21 | 67 | 473 | 61 | 36 |
| Binary | 1110010 | 100111 | 1011111 | 0 | 1000010 | 10001 | 110111 | 100111011 | 110001 | 11110 |
Color Harmonies of #72275F
Complementary color
Monochromatic Colors of #72275F
Black with #72275F
Text Example
Text Example
White with #72275F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72275F; }
p { color: rgb(114,39,95); }
H1.HeaderClassName
{
color: #72275F;
}
.AnyTagClassName
{
color: #72275F;
}
</style>
background-color css
<style>
a { background-color: #72275F; }
a { background-color: rgb(114,39,95); }
div.DivClassName
{
background-color: #72275F;
}
.BgClassName
{
background-color: #72275F;
}
</style>
border-color css
<style>
span { border-color: #72275F; }
span { border-color: rgb(114,39,95); }
td.TdClassName
{
border-color: #72275F;
}
.TagClassName
{
border-color: #72275F;
}
</style>