Shades of Palatinate Purple #730D60
Tints of Palatinate Purple #730D60
RGB
CMYK
RGB Variations
Color information
#730D60 (or 0x730D60) is known color: Palatinate Purple. HEX triplet: 73, 0D and 60. RGB value is (115,13,96). Sum of RGB (Red+Green+Blue) = 115+13+96=224 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.34% from 224); Green value is 13 (5.47% from 255 or 5.80% from 224); Blue value is 96 (37.89% from 255 or 42.86% from 224); Max value from RGB is 115 - color contains mainly: red. Hex color #730D60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730D60 is #8CF29F. Grayscale: #343434. Windows color (decimal): -9237152 or 6294899. OLE color: 6294899.
HSL color Cylindrical-coordinate representation of color #730D60: hue angle of 311.18º 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 #730D60 is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 13 | 96 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.55 |
| HSL | 311.18º | 0.8% | 0.25% | - |
| HSV(B) | 311.18º | 0.89% | 0.45% | - |
| XYZ | 9.33 | 4.78 | 11.5 | - |
| YUV | 52.96 | 152.29 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 13 | 96 | 0 | 0.89 | 0.17 | 0.55 | 311.18 | 0.8 | 0.25 |
| Hex | 73 | D | 60 | 0 | 59 | 11 | 37 | 137 | 50 | 19 |
| Octal | 163 | 15 | 140 | 0 | 131 | 21 | 67 | 467 | 120 | 31 |
| Binary | 1110011 | 1101 | 1100000 | 0 | 1011001 | 10001 | 110111 | 100110111 | 1010000 | 11001 |
Color Harmonies of #730D60
Complementary color
Monochromatic Colors of #730D60
Black with #730D60
Text Example
Text Example
White with #730D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730D60; }
p { color: rgb(115,13,96); }
H1.HeaderClassName
{
color: #730D60;
}
.AnyTagClassName
{
color: #730D60;
}
</style>
background-color css
<style>
a { background-color: #730D60; }
a { background-color: rgb(115,13,96); }
div.DivClassName
{
background-color: #730D60;
}
.BgClassName
{
background-color: #730D60;
}
</style>
border-color css
<style>
span { border-color: #730D60; }
span { border-color: rgb(115,13,96); }
td.TdClassName
{
border-color: #730D60;
}
.TagClassName
{
border-color: #730D60;
}
</style>