Shades of Palatinate Purple #730D68
Tints of Palatinate Purple #730D68
RGB
CMYK
RGB Variations
Color information
#730D68 (or 0x730D68) is known color: Palatinate Purple. HEX triplet: 73, 0D and 68. RGB value is (115,13,104). Sum of RGB (Red+Green+Blue) = 115+13+104=232 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.57% from 232); Green value is 13 (5.47% from 255 or 5.60% from 232); Blue value is 104 (41.02% from 255 or 44.83% from 232); Max value from RGB is 115 - color contains mainly: red. Hex color #730D68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730D68 is #8CF297. Grayscale: #353535. Windows color (decimal): -9237144 or 6819187. OLE color: 6819187.
HSL color Cylindrical-coordinate representation of color #730D68: hue angle of 306.47º 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 #730D68 is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 13 | 104 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.55 |
| HSL | 306.47º | 0.8% | 0.25% | - |
| HSV(B) | 306.47º | 0.89% | 0.45% | - |
| XYZ | 9.71 | 4.93 | 13.54 | - |
| YUV | 53.87 | 156.29 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 13 | 104 | 0 | 0.89 | 0.10 | 0.55 | 306.47 | 0.8 | 0.25 |
| Hex | 73 | D | 68 | 0 | 59 | A | 37 | 132 | 50 | 19 |
| Octal | 163 | 15 | 150 | 0 | 131 | 12 | 67 | 462 | 120 | 31 |
| Binary | 1110011 | 1101 | 1101000 | 0 | 1011001 | 1010 | 110111 | 100110010 | 1010000 | 11001 |
Color Harmonies of #730D68
Complementary color
Monochromatic Colors of #730D68
Black with #730D68
Text Example
Text Example
White with #730D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730D68; }
p { color: rgb(115,13,104); }
H1.HeaderClassName
{
color: #730D68;
}
.AnyTagClassName
{
color: #730D68;
}
</style>
background-color css
<style>
a { background-color: #730D68; }
a { background-color: rgb(115,13,104); }
div.DivClassName
{
background-color: #730D68;
}
.BgClassName
{
background-color: #730D68;
}
</style>
border-color css
<style>
span { border-color: #730D68; }
span { border-color: rgb(115,13,104); }
td.TdClassName
{
border-color: #730D68;
}
.TagClassName
{
border-color: #730D68;
}
</style>