Shades of Palatinate Purple #730A64
Tints of Palatinate Purple #730A64
RGB
CMYK
RGB Variations
Color information
#730A64 (or 0x730A64) is known color: Palatinate Purple. HEX triplet: 73, 0A and 64. RGB value is (115,10,100). Sum of RGB (Red+Green+Blue) = 115+10+100=225 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.11% from 225); Green value is 10 (4.30% from 255 or 4.44% from 225); Blue value is 100 (39.45% from 255 or 44.44% from 225); Max value from RGB is 115 - color contains mainly: red. Hex color #730A64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730A64 is #8CF59B. Grayscale: #333333. Windows color (decimal): -9237916 or 6556275. OLE color: 6556275.
HSL color Cylindrical-coordinate representation of color #730A64: hue angle of 308.57º 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 #730A64 is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 10 | 100 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.55 |
| HSL | 308.57º | 0.84% | 0.25% | - |
| HSV(B) | 308.57º | 0.91% | 0.45% | - |
| XYZ | 9.48 | 4.78 | 12.48 | - |
| YUV | 51.66 | 155.29 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 10 | 100 | 0 | 0.91 | 0.13 | 0.55 | 308.57 | 0.84 | 0.25 |
| Hex | 73 | A | 64 | 0 | 5B | D | 37 | 135 | 54 | 19 |
| Octal | 163 | 12 | 144 | 0 | 133 | 15 | 67 | 465 | 124 | 31 |
| Binary | 1110011 | 1010 | 1100100 | 0 | 1011011 | 1101 | 110111 | 100110101 | 1010100 | 11001 |
Color Harmonies of #730A64
Complementary color
Monochromatic Colors of #730A64
Black with #730A64
Text Example
Text Example
White with #730A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730A64; }
p { color: rgb(115,10,100); }
H1.HeaderClassName
{
color: #730A64;
}
.AnyTagClassName
{
color: #730A64;
}
</style>
background-color css
<style>
a { background-color: #730A64; }
a { background-color: rgb(115,10,100); }
div.DivClassName
{
background-color: #730A64;
}
.BgClassName
{
background-color: #730A64;
}
</style>
border-color css
<style>
span { border-color: #730A64; }
span { border-color: rgb(115,10,100); }
td.TdClassName
{
border-color: #730A64;
}
.TagClassName
{
border-color: #730A64;
}
</style>