Shades of Palatinate Purple #72305B
Tints of Palatinate Purple #72305B
RGB
CMYK
RGB Variations
Color information
#72305B (or 0x72305B) is known color: Palatinate Purple. HEX triplet: 72, 30 and 5B. RGB value is (114,48,91). Sum of RGB (Red+Green+Blue) = 114+48+91=253 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.06% from 253); Green value is 48 (19.14% from 255 or 18.97% from 253); Blue value is 91 (35.94% from 255 or 35.97% from 253); Max value from RGB is 114 - color contains mainly: red. Hex color #72305B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72305B is #8DCFA4. Grayscale: #484848. Windows color (decimal): -9293733 or 5976178. OLE color: 5976178.
HSL color Cylindrical-coordinate representation of color #72305B: hue angle of 320.91º 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 #72305B is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 48 | 91 | - |
| CMYK | 0 | 0.58 | 0.20 | 0.55 |
| HSL | 320.91º | 0.41% | 0.32% | - |
| HSV(B) | 320.91º | 0.58% | 0.45% | - |
| XYZ | 9.88 | 6.45 | 10.62 | - |
| YUV | 72.64 | 138.37 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 48 | 91 | 0 | 0.58 | 0.20 | 0.55 | 320.91 | 0.41 | 0.32 |
| Hex | 72 | 30 | 5B | 0 | 3A | 14 | 37 | 141 | 29 | 20 |
| Octal | 162 | 60 | 133 | 0 | 72 | 24 | 67 | 501 | 51 | 40 |
| Binary | 1110010 | 110000 | 1011011 | 0 | 111010 | 10100 | 110111 | 101000001 | 101001 | 100000 |
Color Harmonies of #72305B
Complementary color
Monochromatic Colors of #72305B
Black with #72305B
Text Example
Text Example
White with #72305B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72305B; }
p { color: rgb(114,48,91); }
H1.HeaderClassName
{
color: #72305B;
}
.AnyTagClassName
{
color: #72305B;
}
</style>
background-color css
<style>
a { background-color: #72305B; }
a { background-color: rgb(114,48,91); }
div.DivClassName
{
background-color: #72305B;
}
.BgClassName
{
background-color: #72305B;
}
</style>
border-color css
<style>
span { border-color: #72305B; }
span { border-color: rgb(114,48,91); }
td.TdClassName
{
border-color: #72305B;
}
.TagClassName
{
border-color: #72305B;
}
</style>