Shades of Palatinate Purple #730B64
Tints of Palatinate Purple #730B64
RGB
CMYK
RGB Variations
Color information
#730B64 (or 0x730B64) is known color: Palatinate Purple. HEX triplet: 73, 0B and 64. RGB value is (115,11,100). Sum of RGB (Red+Green+Blue) = 115+11+100=226 (29% of max value = 765). Red value is 115 (45.31% from 255 or 50.88% from 226); Green value is 11 (4.69% from 255 or 4.87% from 226); Blue value is 100 (39.45% from 255 or 44.25% from 226); Max value from RGB is 115 - color contains mainly: red. Hex color #730B64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730B64 is #8CF49B. Grayscale: #333333. Windows color (decimal): -9237660 or 6556531. OLE color: 6556531.
HSL color Cylindrical-coordinate representation of color #730B64: hue angle of 308.65º 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 #730B64 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 11 | 100 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.55 |
| HSL | 308.65º | 0.83% | 0.25% | - |
| HSV(B) | 308.65º | 0.9% | 0.45% | - |
| XYZ | 9.49 | 4.8 | 12.48 | - |
| YUV | 52.24 | 154.96 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 11 | 100 | 0 | 0.90 | 0.13 | 0.55 | 308.65 | 0.83 | 0.25 |
| Hex | 73 | B | 64 | 0 | 5A | D | 37 | 135 | 53 | 19 |
| Octal | 163 | 13 | 144 | 0 | 132 | 15 | 67 | 465 | 123 | 31 |
| Binary | 1110011 | 1011 | 1100100 | 0 | 1011010 | 1101 | 110111 | 100110101 | 1010011 | 11001 |
Color Harmonies of #730B64
Complementary color
Monochromatic Colors of #730B64
Black with #730B64
Text Example
Text Example
White with #730B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730B64; }
p { color: rgb(115,11,100); }
H1.HeaderClassName
{
color: #730B64;
}
.AnyTagClassName
{
color: #730B64;
}
</style>
background-color css
<style>
a { background-color: #730B64; }
a { background-color: rgb(115,11,100); }
div.DivClassName
{
background-color: #730B64;
}
.BgClassName
{
background-color: #730B64;
}
</style>
border-color css
<style>
span { border-color: #730B64; }
span { border-color: rgb(115,11,100); }
td.TdClassName
{
border-color: #730B64;
}
.TagClassName
{
border-color: #730B64;
}
</style>