Shades of Palatinate Purple #730C5D
Tints of Palatinate Purple #730C5D
RGB
CMYK
RGB Variations
Color information
#730C5D (or 0x730C5D) is known color: Palatinate Purple. HEX triplet: 73, 0C and 5D. RGB value is (115,12,93). Sum of RGB (Red+Green+Blue) = 115+12+93=220 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.27% from 220); Green value is 12 (5.08% from 255 or 5.45% from 220); Blue value is 93 (36.72% from 255 or 42.27% from 220); Max value from RGB is 115 - color contains mainly: red. Hex color #730C5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730C5D is #8CF3A2. Grayscale: #333333. Windows color (decimal): -9237411 or 6098035. OLE color: 6098035.
HSL color Cylindrical-coordinate representation of color #730C5D: hue angle of 312.82º degrees, saturation: 0.81, 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 #730C5D is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 12 | 93 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.55 |
| HSL | 312.82º | 0.81% | 0.25% | - |
| HSV(B) | 312.82º | 0.9% | 0.45% | - |
| XYZ | 9.18 | 4.7 | 10.78 | - |
| YUV | 52.03 | 151.12 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 12 | 93 | 0 | 0.90 | 0.19 | 0.55 | 312.82 | 0.81 | 0.25 |
| Hex | 73 | C | 5D | 0 | 5A | 13 | 37 | 139 | 51 | 19 |
| Octal | 163 | 14 | 135 | 0 | 132 | 23 | 67 | 471 | 121 | 31 |
| Binary | 1110011 | 1100 | 1011101 | 0 | 1011010 | 10011 | 110111 | 100111001 | 1010001 | 11001 |
Color Harmonies of #730C5D
Complementary color
Monochromatic Colors of #730C5D
Black with #730C5D
Text Example
Text Example
White with #730C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730C5D; }
p { color: rgb(115,12,93); }
H1.HeaderClassName
{
color: #730C5D;
}
.AnyTagClassName
{
color: #730C5D;
}
</style>
background-color css
<style>
a { background-color: #730C5D; }
a { background-color: rgb(115,12,93); }
div.DivClassName
{
background-color: #730C5D;
}
.BgClassName
{
background-color: #730C5D;
}
</style>
border-color css
<style>
span { border-color: #730C5D; }
span { border-color: rgb(115,12,93); }
td.TdClassName
{
border-color: #730C5D;
}
.TagClassName
{
border-color: #730C5D;
}
</style>