Shades of Palatinate Purple #733861
Tints of Palatinate Purple #733861
RGB
CMYK
RGB Variations
Color information
#733861 (or 0x733861) is known color: Palatinate Purple. HEX triplet: 73, 38 and 61. RGB value is (115,56,97). Sum of RGB (Red+Green+Blue) = 115+56+97=268 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.91% from 268); Green value is 56 (22.27% from 255 or 20.90% from 268); Blue value is 97 (38.28% from 255 or 36.19% from 268); Max value from RGB is 115 - color contains mainly: red. Hex color #733861 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733861 is #8CC79E. Grayscale: #4E4E4E. Windows color (decimal): -9226143 or 6371443. OLE color: 6371443.
HSL color Cylindrical-coordinate representation of color #733861: hue angle of 318.31º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #733861 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 56 | 97 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.55 |
| HSL | 318.31º | 0.35% | 0.34% | - |
| HSV(B) | 318.31º | 0.51% | 0.45% | - |
| XYZ | 10.64 | 7.34 | 12.16 | - |
| YUV | 78.32 | 138.55 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 56 | 97 | 0 | 0.51 | 0.16 | 0.55 | 318.31 | 0.35 | 0.34 |
| Hex | 73 | 38 | 61 | 0 | 33 | 10 | 37 | 13E | 23 | 22 |
| Octal | 163 | 70 | 141 | 0 | 63 | 20 | 67 | 476 | 43 | 42 |
| Binary | 1110011 | 111000 | 1100001 | 0 | 110011 | 10000 | 110111 | 100111110 | 100011 | 100010 |
Color Harmonies of #733861
Complementary color
Monochromatic Colors of #733861
Black with #733861
Text Example
Text Example
White with #733861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733861; }
p { color: rgb(115,56,97); }
H1.HeaderClassName
{
color: #733861;
}
.AnyTagClassName
{
color: #733861;
}
</style>
background-color css
<style>
a { background-color: #733861; }
a { background-color: rgb(115,56,97); }
div.DivClassName
{
background-color: #733861;
}
.BgClassName
{
background-color: #733861;
}
</style>
border-color css
<style>
span { border-color: #733861; }
span { border-color: rgb(115,56,97); }
td.TdClassName
{
border-color: #733861;
}
.TagClassName
{
border-color: #733861;
}
</style>