Shades of Palatinate Purple #733A65
Tints of Palatinate Purple #733A65
RGB
CMYK
RGB Variations
Color information
#733A65 (or 0x733A65) is known color: Palatinate Purple. HEX triplet: 73, 3A and 65. RGB value is (115,58,101). Sum of RGB (Red+Green+Blue) = 115+58+101=274 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.97% from 274); Green value is 58 (23.05% from 255 or 21.17% from 274); Blue value is 101 (39.84% from 255 or 36.86% from 274); Max value from RGB is 115 - color contains mainly: red. Hex color #733A65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733A65 is #8CC59A. Grayscale: #4F4F4F. Windows color (decimal): -9225627 or 6634099. OLE color: 6634099.
HSL color Cylindrical-coordinate representation of color #733A65: hue angle of 314.74º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #733A65 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 58 | 101 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.55 |
| HSL | 314.74º | 0.33% | 0.34% | - |
| HSV(B) | 314.74º | 0.5% | 0.45% | - |
| XYZ | 10.93 | 7.61 | 13.2 | - |
| YUV | 79.95 | 139.88 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 58 | 101 | 0 | 0.50 | 0.12 | 0.55 | 314.74 | 0.33 | 0.34 |
| Hex | 73 | 3A | 65 | 0 | 32 | C | 37 | 13B | 21 | 22 |
| Octal | 163 | 72 | 145 | 0 | 62 | 14 | 67 | 473 | 41 | 42 |
| Binary | 1110011 | 111010 | 1100101 | 0 | 110010 | 1100 | 110111 | 100111011 | 100001 | 100010 |
Color Harmonies of #733A65
Complementary color
Monochromatic Colors of #733A65
Black with #733A65
Text Example
Text Example
White with #733A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733A65; }
p { color: rgb(115,58,101); }
H1.HeaderClassName
{
color: #733A65;
}
.AnyTagClassName
{
color: #733A65;
}
</style>
background-color css
<style>
a { background-color: #733A65; }
a { background-color: rgb(115,58,101); }
div.DivClassName
{
background-color: #733A65;
}
.BgClassName
{
background-color: #733A65;
}
</style>
border-color css
<style>
span { border-color: #733A65; }
span { border-color: rgb(115,58,101); }
td.TdClassName
{
border-color: #733A65;
}
.TagClassName
{
border-color: #733A65;
}
</style>