Shades of Palatinate Purple #730B5B
Tints of Palatinate Purple #730B5B
RGB
CMYK
RGB Variations
Color information
#730B5B (or 0x730B5B) is known color: Palatinate Purple. HEX triplet: 73, 0B and 5B. RGB value is (115,11,91). Sum of RGB (Red+Green+Blue) = 115+11+91=217 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.00% from 217); Green value is 11 (4.69% from 255 or 5.07% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 115 - color contains mainly: red. Hex color #730B5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730B5B is #8CF4A4. Grayscale: #333333. Windows color (decimal): -9237669 or 5966707. OLE color: 5966707.
HSL color Cylindrical-coordinate representation of color #730B5B: hue angle of 313.85º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #730B5B is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 11 | 91 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.55 |
| HSL | 313.85º | 0.83% | 0.25% | - |
| HSV(B) | 313.85º | 0.9% | 0.45% | - |
| XYZ | 9.08 | 4.64 | 10.31 | - |
| YUV | 51.22 | 150.46 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 11 | 91 | 0 | 0.90 | 0.21 | 0.55 | 313.85 | 0.83 | 0.25 |
| Hex | 73 | B | 5B | 0 | 5A | 15 | 37 | 13A | 53 | 19 |
| Octal | 163 | 13 | 133 | 0 | 132 | 25 | 67 | 472 | 123 | 31 |
| Binary | 1110011 | 1011 | 1011011 | 0 | 1011010 | 10101 | 110111 | 100111010 | 1010011 | 11001 |
Color Harmonies of #730B5B
Complementary color
Monochromatic Colors of #730B5B
Black with #730B5B
Text Example
Text Example
White with #730B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730B5B; }
p { color: rgb(115,11,91); }
H1.HeaderClassName
{
color: #730B5B;
}
.AnyTagClassName
{
color: #730B5B;
}
</style>
background-color css
<style>
a { background-color: #730B5B; }
a { background-color: rgb(115,11,91); }
div.DivClassName
{
background-color: #730B5B;
}
.BgClassName
{
background-color: #730B5B;
}
</style>
border-color css
<style>
span { border-color: #730B5B; }
span { border-color: rgb(115,11,91); }
td.TdClassName
{
border-color: #730B5B;
}
.TagClassName
{
border-color: #730B5B;
}
</style>