Shades of Palatinate Purple #730F5B
Tints of Palatinate Purple #730F5B
RGB
CMYK
RGB Variations
Color information
#730F5B (or 0x730F5B) is known color: Palatinate Purple. HEX triplet: 73, 0F and 5B. RGB value is (115,15,91). Sum of RGB (Red+Green+Blue) = 115+15+91=221 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.04% from 221); Green value is 15 (6.25% from 255 or 6.79% from 221); Blue value is 91 (35.94% from 255 or 41.18% from 221); Max value from RGB is 115 - color contains mainly: red. Hex color #730F5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730F5B is #8CF0A4. Grayscale: #353535. Windows color (decimal): -9236645 or 5967731. OLE color: 5967731.
HSL color Cylindrical-coordinate representation of color #730F5B: hue angle of 314.4º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #730F5B is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 15 | 91 | - |
| CMYK | 0 | 0.87 | 0.21 | 0.55 |
| HSL | 314.4º | 0.77% | 0.25% | - |
| HSV(B) | 314.4º | 0.87% | 0.45% | - |
| XYZ | 9.13 | 4.74 | 10.33 | - |
| YUV | 53.56 | 149.13 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 15 | 91 | 0 | 0.87 | 0.21 | 0.55 | 314.4 | 0.77 | 0.25 |
| Hex | 73 | F | 5B | 0 | 57 | 15 | 37 | 13A | 4D | 19 |
| Octal | 163 | 17 | 133 | 0 | 127 | 25 | 67 | 472 | 115 | 31 |
| Binary | 1110011 | 1111 | 1011011 | 0 | 1010111 | 10101 | 110111 | 100111010 | 1001101 | 11001 |
Color Harmonies of #730F5B
Complementary color
Monochromatic Colors of #730F5B
Black with #730F5B
Text Example
Text Example
White with #730F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730F5B; }
p { color: rgb(115,15,91); }
H1.HeaderClassName
{
color: #730F5B;
}
.AnyTagClassName
{
color: #730F5B;
}
</style>
background-color css
<style>
a { background-color: #730F5B; }
a { background-color: rgb(115,15,91); }
div.DivClassName
{
background-color: #730F5B;
}
.BgClassName
{
background-color: #730F5B;
}
</style>
border-color css
<style>
span { border-color: #730F5B; }
span { border-color: rgb(115,15,91); }
td.TdClassName
{
border-color: #730F5B;
}
.TagClassName
{
border-color: #730F5B;
}
</style>