Shades of Palatinate Purple #72305C
Tints of Palatinate Purple #72305C
RGB
CMYK
RGB Variations
Color information
#72305C (or 0x72305C) is known color: Palatinate Purple. HEX triplet: 72, 30 and 5C. RGB value is (114,48,92). Sum of RGB (Red+Green+Blue) = 114+48+92=254 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.88% from 254); Green value is 48 (19.14% from 255 or 18.90% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 114 - color contains mainly: red. Hex color #72305C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72305C is #8DCFA3. Grayscale: #484848. Windows color (decimal): -9293732 or 6041714. OLE color: 6041714.
HSL color Cylindrical-coordinate representation of color #72305C: hue angle of 320º 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 #72305C is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 48 | 92 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.55 |
| HSL | 320º | 0.41% | 0.32% | - |
| HSV(B) | 320º | 0.58% | 0.45% | - |
| XYZ | 9.93 | 6.46 | 10.85 | - |
| YUV | 72.75 | 138.87 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 48 | 92 | 0 | 0.58 | 0.19 | 0.55 | 320 | 0.41 | 0.32 |
| Hex | 72 | 30 | 5C | 0 | 3A | 13 | 37 | 140 | 29 | 20 |
| Octal | 162 | 60 | 134 | 0 | 72 | 23 | 67 | 500 | 51 | 40 |
| Binary | 1110010 | 110000 | 1011100 | 0 | 111010 | 10011 | 110111 | 101000000 | 101001 | 100000 |
Color Harmonies of #72305C
Complementary color
Monochromatic Colors of #72305C
Black with #72305C
Text Example
Text Example
White with #72305C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72305C; }
p { color: rgb(114,48,92); }
H1.HeaderClassName
{
color: #72305C;
}
.AnyTagClassName
{
color: #72305C;
}
</style>
background-color css
<style>
a { background-color: #72305C; }
a { background-color: rgb(114,48,92); }
div.DivClassName
{
background-color: #72305C;
}
.BgClassName
{
background-color: #72305C;
}
</style>
border-color css
<style>
span { border-color: #72305C; }
span { border-color: rgb(114,48,92); }
td.TdClassName
{
border-color: #72305C;
}
.TagClassName
{
border-color: #72305C;
}
</style>