Shades of Palatinate Purple #72265C
Tints of Palatinate Purple #72265C
RGB
CMYK
RGB Variations
Color information
#72265C (or 0x72265C) is known color: Palatinate Purple. HEX triplet: 72, 26 and 5C. RGB value is (114,38,92). Sum of RGB (Red+Green+Blue) = 114+38+92=244 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.72% from 244); Green value is 38 (15.23% from 255 or 15.57% from 244); Blue value is 92 (36.33% from 255 or 37.70% from 244); Max value from RGB is 114 - color contains mainly: red. Hex color #72265C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72265C is #8DD9A3. Grayscale: #424242. Windows color (decimal): -9296292 or 6039154. OLE color: 6039154.
HSL color Cylindrical-coordinate representation of color #72265C: hue angle of 317.37º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #72265C is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 38 | 92 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.55 |
| HSL | 317.37º | 0.5% | 0.3% | - |
| HSV(B) | 317.37º | 0.67% | 0.45% | - |
| XYZ | 9.56 | 5.74 | 10.73 | - |
| YUV | 66.88 | 142.18 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 38 | 92 | 0 | 0.67 | 0.19 | 0.55 | 317.37 | 0.5 | 0.3 |
| Hex | 72 | 26 | 5C | 0 | 43 | 13 | 37 | 13D | 32 | 1E |
| Octal | 162 | 46 | 134 | 0 | 103 | 23 | 67 | 475 | 62 | 36 |
| Binary | 1110010 | 100110 | 1011100 | 0 | 1000011 | 10011 | 110111 | 100111101 | 110010 | 11110 |
Color Harmonies of #72265C
Complementary color
Monochromatic Colors of #72265C
Black with #72265C
Text Example
Text Example
White with #72265C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72265C; }
p { color: rgb(114,38,92); }
H1.HeaderClassName
{
color: #72265C;
}
.AnyTagClassName
{
color: #72265C;
}
</style>
background-color css
<style>
a { background-color: #72265C; }
a { background-color: rgb(114,38,92); }
div.DivClassName
{
background-color: #72265C;
}
.BgClassName
{
background-color: #72265C;
}
</style>
border-color css
<style>
span { border-color: #72265C; }
span { border-color: rgb(114,38,92); }
td.TdClassName
{
border-color: #72265C;
}
.TagClassName
{
border-color: #72265C;
}
</style>