Shades of Palatinate Purple #733F66
Tints of Palatinate Purple #733F66
RGB
CMYK
RGB Variations
Color information
#733F66 (or 0x733F66) is known color: Palatinate Purple. HEX triplet: 73, 3F and 66. RGB value is (115,63,102). Sum of RGB (Red+Green+Blue) = 115+63+102=280 (37% of max value = 765). Red value is 115 (45.31% from 255 or 41.07% from 280); Green value is 63 (25% from 255 or 22.5% from 280); Blue value is 102 (40.23% from 255 or 36.43% from 280); Max value from RGB is 115 - color contains mainly: red. Hex color #733F66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733F66 is #8CC099. Grayscale: #525252. Windows color (decimal): -9224346 or 6700915. OLE color: 6700915.
HSL color Cylindrical-coordinate representation of color #733F66: hue angle of 315º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #733F66 is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 63 | 102 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.55 |
| HSL | 315º | 0.29% | 0.35% | - |
| HSV(B) | 315º | 0.45% | 0.45% | - |
| XYZ | 11.25 | 8.16 | 13.55 | - |
| YUV | 82.99 | 138.73 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 63 | 102 | 0 | 0.45 | 0.11 | 0.55 | 315 | 0.29 | 0.35 |
| Hex | 73 | 3F | 66 | 0 | 2D | B | 37 | 13B | 1D | 23 |
| Octal | 163 | 77 | 146 | 0 | 55 | 13 | 67 | 473 | 35 | 43 |
| Binary | 1110011 | 111111 | 1100110 | 0 | 101101 | 1011 | 110111 | 100111011 | 11101 | 100011 |
Color Harmonies of #733F66
Complementary color
Monochromatic Colors of #733F66
Black with #733F66
Text Example
Text Example
White with #733F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733F66; }
p { color: rgb(115,63,102); }
H1.HeaderClassName
{
color: #733F66;
}
.AnyTagClassName
{
color: #733F66;
}
</style>
background-color css
<style>
a { background-color: #733F66; }
a { background-color: rgb(115,63,102); }
div.DivClassName
{
background-color: #733F66;
}
.BgClassName
{
background-color: #733F66;
}
</style>
border-color css
<style>
span { border-color: #733F66; }
span { border-color: rgb(115,63,102); }
td.TdClassName
{
border-color: #733F66;
}
.TagClassName
{
border-color: #733F66;
}
</style>