Shades of Palatinate Purple #730D5E
Tints of Palatinate Purple #730D5E
RGB
CMYK
RGB Variations
Color information
#730D5E (or 0x730D5E) is known color: Palatinate Purple. HEX triplet: 73, 0D and 5E. RGB value is (115,13,94). Sum of RGB (Red+Green+Blue) = 115+13+94=222 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.80% from 222); Green value is 13 (5.47% from 255 or 5.86% from 222); Blue value is 94 (37.11% from 255 or 42.34% from 222); Max value from RGB is 115 - color contains mainly: red. Hex color #730D5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730D5E is #8CF2A1. Grayscale: #343434. Windows color (decimal): -9237154 or 6163827. OLE color: 6163827.
HSL color Cylindrical-coordinate representation of color #730D5E: hue angle of 312.35º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #730D5E is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 13 | 94 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.55 |
| HSL | 312.35º | 0.8% | 0.25% | - |
| HSV(B) | 312.35º | 0.89% | 0.45% | - |
| XYZ | 9.23 | 4.74 | 11.02 | - |
| YUV | 52.73 | 151.29 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 13 | 94 | 0 | 0.89 | 0.18 | 0.55 | 312.35 | 0.8 | 0.25 |
| Hex | 73 | D | 5E | 0 | 59 | 12 | 37 | 138 | 50 | 19 |
| Octal | 163 | 15 | 136 | 0 | 131 | 22 | 67 | 470 | 120 | 31 |
| Binary | 1110011 | 1101 | 1011110 | 0 | 1011001 | 10010 | 110111 | 100111000 | 1010000 | 11001 |
Color Harmonies of #730D5E
Complementary color
Monochromatic Colors of #730D5E
Black with #730D5E
Text Example
Text Example
White with #730D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730D5E; }
p { color: rgb(115,13,94); }
H1.HeaderClassName
{
color: #730D5E;
}
.AnyTagClassName
{
color: #730D5E;
}
</style>
background-color css
<style>
a { background-color: #730D5E; }
a { background-color: rgb(115,13,94); }
div.DivClassName
{
background-color: #730D5E;
}
.BgClassName
{
background-color: #730D5E;
}
</style>
border-color css
<style>
span { border-color: #730D5E; }
span { border-color: rgb(115,13,94); }
td.TdClassName
{
border-color: #730D5E;
}
.TagClassName
{
border-color: #730D5E;
}
</style>