Shades of Palatinate Purple #730A60
Tints of Palatinate Purple #730A60
RGB
CMYK
RGB Variations
Color information
#730A60 (or 0x730A60) is known color: Palatinate Purple. HEX triplet: 73, 0A and 60. RGB value is (115,10,96). Sum of RGB (Red+Green+Blue) = 115+10+96=221 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.04% from 221); Green value is 10 (4.30% from 255 or 4.52% from 221); Blue value is 96 (37.89% from 255 or 43.44% from 221); Max value from RGB is 115 - color contains mainly: red. Hex color #730A60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730A60 is #8CF59F. Grayscale: #323232. Windows color (decimal): -9237920 or 6294131. OLE color: 6294131.
HSL color Cylindrical-coordinate representation of color #730A60: hue angle of 310.86º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #730A60 is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 10 | 96 | - |
| CMYK | 0 | 0.91 | 0.17 | 0.55 |
| HSL | 310.86º | 0.84% | 0.25% | - |
| HSV(B) | 310.86º | 0.91% | 0.45% | - |
| XYZ | 9.29 | 4.71 | 11.49 | - |
| YUV | 51.2 | 153.29 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 10 | 96 | 0 | 0.91 | 0.17 | 0.55 | 310.86 | 0.84 | 0.25 |
| Hex | 73 | A | 60 | 0 | 5B | 11 | 37 | 137 | 54 | 19 |
| Octal | 163 | 12 | 140 | 0 | 133 | 21 | 67 | 467 | 124 | 31 |
| Binary | 1110011 | 1010 | 1100000 | 0 | 1011011 | 10001 | 110111 | 100110111 | 1010100 | 11001 |
Color Harmonies of #730A60
Complementary color
Monochromatic Colors of #730A60
Black with #730A60
Text Example
Text Example
White with #730A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730A60; }
p { color: rgb(115,10,96); }
H1.HeaderClassName
{
color: #730A60;
}
.AnyTagClassName
{
color: #730A60;
}
</style>
background-color css
<style>
a { background-color: #730A60; }
a { background-color: rgb(115,10,96); }
div.DivClassName
{
background-color: #730A60;
}
.BgClassName
{
background-color: #730A60;
}
</style>
border-color css
<style>
span { border-color: #730A60; }
span { border-color: rgb(115,10,96); }
td.TdClassName
{
border-color: #730A60;
}
.TagClassName
{
border-color: #730A60;
}
</style>