Shades of Palatinate Purple #732565
Tints of Palatinate Purple #732565
RGB
CMYK
RGB Variations
Color information
#732565 (or 0x732565) is known color: Palatinate Purple. HEX triplet: 73, 25 and 65. RGB value is (115,37,101). Sum of RGB (Red+Green+Blue) = 115+37+101=253 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.45% from 253); Green value is 37 (14.84% from 255 or 14.62% from 253); Blue value is 101 (39.84% from 255 or 39.92% from 253); Max value from RGB is 115 - color contains mainly: red. Hex color #732565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732565 is #8CDA9A. Grayscale: #434343. Windows color (decimal): -9231003 or 6628723. OLE color: 6628723.
HSL color Cylindrical-coordinate representation of color #732565: hue angle of 310.77º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #732565 is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 37 | 101 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.55 |
| HSL | 310.77º | 0.51% | 0.3% | - |
| HSV(B) | 310.77º | 0.68% | 0.45% | - |
| XYZ | 10.08 | 5.91 | 12.92 | - |
| YUV | 67.62 | 146.84 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 37 | 101 | 0 | 0.68 | 0.12 | 0.55 | 310.77 | 0.51 | 0.3 |
| Hex | 73 | 25 | 65 | 0 | 44 | C | 37 | 137 | 33 | 1E |
| Octal | 163 | 45 | 145 | 0 | 104 | 14 | 67 | 467 | 63 | 36 |
| Binary | 1110011 | 100101 | 1100101 | 0 | 1000100 | 1100 | 110111 | 100110111 | 110011 | 11110 |
Color Harmonies of #732565
Complementary color
Monochromatic Colors of #732565
Black with #732565
Text Example
Text Example
White with #732565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732565; }
p { color: rgb(115,37,101); }
H1.HeaderClassName
{
color: #732565;
}
.AnyTagClassName
{
color: #732565;
}
</style>
background-color css
<style>
a { background-color: #732565; }
a { background-color: rgb(115,37,101); }
div.DivClassName
{
background-color: #732565;
}
.BgClassName
{
background-color: #732565;
}
</style>
border-color css
<style>
span { border-color: #732565; }
span { border-color: rgb(115,37,101); }
td.TdClassName
{
border-color: #732565;
}
.TagClassName
{
border-color: #732565;
}
</style>