Shades of Palatinate Purple #733D65
Tints of Palatinate Purple #733D65
RGB
CMYK
RGB Variations
Color information
#733D65 (or 0x733D65) is known color: Palatinate Purple. HEX triplet: 73, 3D and 65. RGB value is (115,61,101). Sum of RGB (Red+Green+Blue) = 115+61+101=277 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.52% from 277); Green value is 61 (24.22% from 255 or 22.02% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 115 - color contains mainly: red. Hex color #733D65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733D65 is #8CC29A. Grayscale: #515151. Windows color (decimal): -9224859 or 6634867. OLE color: 6634867.
HSL color Cylindrical-coordinate representation of color #733D65: hue angle of 315.56º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #733D65 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 61 | 101 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.55 |
| HSL | 315.56º | 0.31% | 0.35% | - |
| HSV(B) | 315.56º | 0.47% | 0.45% | - |
| XYZ | 11.09 | 7.92 | 13.26 | - |
| YUV | 81.71 | 138.89 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 61 | 101 | 0 | 0.47 | 0.12 | 0.55 | 315.56 | 0.31 | 0.35 |
| Hex | 73 | 3D | 65 | 0 | 2F | C | 37 | 13C | 1F | 23 |
| Octal | 163 | 75 | 145 | 0 | 57 | 14 | 67 | 474 | 37 | 43 |
| Binary | 1110011 | 111101 | 1100101 | 0 | 101111 | 1100 | 110111 | 100111100 | 11111 | 100011 |
Color Harmonies of #733D65
Complementary color
Monochromatic Colors of #733D65
Black with #733D65
Text Example
Text Example
White with #733D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733D65; }
p { color: rgb(115,61,101); }
H1.HeaderClassName
{
color: #733D65;
}
.AnyTagClassName
{
color: #733D65;
}
</style>
background-color css
<style>
a { background-color: #733D65; }
a { background-color: rgb(115,61,101); }
div.DivClassName
{
background-color: #733D65;
}
.BgClassName
{
background-color: #733D65;
}
</style>
border-color css
<style>
span { border-color: #733D65; }
span { border-color: rgb(115,61,101); }
td.TdClassName
{
border-color: #733D65;
}
.TagClassName
{
border-color: #733D65;
}
</style>