Shades of Palatinate Purple #72305D
Tints of Palatinate Purple #72305D
RGB
CMYK
RGB Variations
Color information
#72305D (or 0x72305D) is known color: Palatinate Purple. HEX triplet: 72, 30 and 5D. RGB value is (114,48,93). Sum of RGB (Red+Green+Blue) = 114+48+93=255 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.71% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 93 (36.72% from 255 or 36.47% from 255); Max value from RGB is 114 - color contains mainly: red. Hex color #72305D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72305D is #8DCFA2. Grayscale: #484848. Windows color (decimal): -9293731 or 6107250. OLE color: 6107250.
HSL color Cylindrical-coordinate representation of color #72305D: hue angle of 319.09º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #72305D is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 48 | 93 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.55 |
| HSL | 319.09º | 0.41% | 0.32% | - |
| HSV(B) | 319.09º | 0.58% | 0.45% | - |
| XYZ | 9.97 | 6.48 | 11.08 | - |
| YUV | 72.86 | 139.37 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 48 | 93 | 0 | 0.58 | 0.18 | 0.55 | 319.09 | 0.41 | 0.32 |
| Hex | 72 | 30 | 5D | 0 | 3A | 12 | 37 | 13F | 29 | 20 |
| Octal | 162 | 60 | 135 | 0 | 72 | 22 | 67 | 477 | 51 | 40 |
| Binary | 1110010 | 110000 | 1011101 | 0 | 111010 | 10010 | 110111 | 100111111 | 101001 | 100000 |
Color Harmonies of #72305D
Complementary color
Monochromatic Colors of #72305D
Black with #72305D
Text Example
Text Example
White with #72305D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72305D; }
p { color: rgb(114,48,93); }
H1.HeaderClassName
{
color: #72305D;
}
.AnyTagClassName
{
color: #72305D;
}
</style>
background-color css
<style>
a { background-color: #72305D; }
a { background-color: rgb(114,48,93); }
div.DivClassName
{
background-color: #72305D;
}
.BgClassName
{
background-color: #72305D;
}
</style>
border-color css
<style>
span { border-color: #72305D; }
span { border-color: rgb(114,48,93); }
td.TdClassName
{
border-color: #72305D;
}
.TagClassName
{
border-color: #72305D;
}
</style>