Shades of Palatinate Purple #730D66
Tints of Palatinate Purple #730D66
RGB
CMYK
RGB Variations
Color information
#730D66 (or 0x730D66) is known color: Palatinate Purple. HEX triplet: 73, 0D and 66. RGB value is (115,13,102). Sum of RGB (Red+Green+Blue) = 115+13+102=230 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50% from 230); Green value is 13 (5.47% from 255 or 5.65% from 230); Blue value is 102 (40.23% from 255 or 44.35% from 230); Max value from RGB is 115 - color contains mainly: red. Hex color #730D66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730D66 is #8CF299. Grayscale: #353535. Windows color (decimal): -9237146 or 6688115. OLE color: 6688115.
HSL color Cylindrical-coordinate representation of color #730D66: hue angle of 307.65º 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 #730D66 is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 13 | 102 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.55 |
| HSL | 307.65º | 0.8% | 0.25% | - |
| HSV(B) | 307.65º | 0.89% | 0.45% | - |
| XYZ | 9.61 | 4.89 | 13.01 | - |
| YUV | 53.64 | 155.29 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 13 | 102 | 0 | 0.89 | 0.11 | 0.55 | 307.65 | 0.8 | 0.25 |
| Hex | 73 | D | 66 | 0 | 59 | B | 37 | 134 | 50 | 19 |
| Octal | 163 | 15 | 146 | 0 | 131 | 13 | 67 | 464 | 120 | 31 |
| Binary | 1110011 | 1101 | 1100110 | 0 | 1011001 | 1011 | 110111 | 100110100 | 1010000 | 11001 |
Color Harmonies of #730D66
Complementary color
Monochromatic Colors of #730D66
Black with #730D66
Text Example
Text Example
White with #730D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730D66; }
p { color: rgb(115,13,102); }
H1.HeaderClassName
{
color: #730D66;
}
.AnyTagClassName
{
color: #730D66;
}
</style>
background-color css
<style>
a { background-color: #730D66; }
a { background-color: rgb(115,13,102); }
div.DivClassName
{
background-color: #730D66;
}
.BgClassName
{
background-color: #730D66;
}
</style>
border-color css
<style>
span { border-color: #730D66; }
span { border-color: rgb(115,13,102); }
td.TdClassName
{
border-color: #730D66;
}
.TagClassName
{
border-color: #730D66;
}
</style>