Shades of Palatinate Purple #733B61
Tints of Palatinate Purple #733B61
RGB
CMYK
RGB Variations
Color information
#733B61 (or 0x733B61) is known color: Palatinate Purple. HEX triplet: 73, 3B and 61. RGB value is (115,59,97). Sum of RGB (Red+Green+Blue) = 115+59+97=271 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.44% from 271); Green value is 59 (23.44% from 255 or 21.77% from 271); Blue value is 97 (38.28% from 255 or 35.79% from 271); Max value from RGB is 115 - color contains mainly: red. Hex color #733B61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733B61 is #8CC49E. Grayscale: #4F4F4F. Windows color (decimal): -9225375 or 6372211. OLE color: 6372211.
HSL color Cylindrical-coordinate representation of color #733B61: hue angle of 319.29º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #733B61 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 59 | 97 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.55 |
| HSL | 319.29º | 0.32% | 0.34% | - |
| HSV(B) | 319.29º | 0.49% | 0.45% | - |
| XYZ | 10.79 | 7.64 | 12.21 | - |
| YUV | 80.08 | 137.55 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 59 | 97 | 0 | 0.49 | 0.16 | 0.55 | 319.29 | 0.32 | 0.34 |
| Hex | 73 | 3B | 61 | 0 | 31 | 10 | 37 | 13F | 20 | 22 |
| Octal | 163 | 73 | 141 | 0 | 61 | 20 | 67 | 477 | 40 | 42 |
| Binary | 1110011 | 111011 | 1100001 | 0 | 110001 | 10000 | 110111 | 100111111 | 100000 | 100010 |
Color Harmonies of #733B61
Complementary color
Monochromatic Colors of #733B61
Black with #733B61
Text Example
Text Example
White with #733B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733B61; }
p { color: rgb(115,59,97); }
H1.HeaderClassName
{
color: #733B61;
}
.AnyTagClassName
{
color: #733B61;
}
</style>
background-color css
<style>
a { background-color: #733B61; }
a { background-color: rgb(115,59,97); }
div.DivClassName
{
background-color: #733B61;
}
.BgClassName
{
background-color: #733B61;
}
</style>
border-color css
<style>
span { border-color: #733B61; }
span { border-color: rgb(115,59,97); }
td.TdClassName
{
border-color: #733B61;
}
.TagClassName
{
border-color: #733B61;
}
</style>