Shades of Palatinate Purple #733E69
Tints of Palatinate Purple #733E69
RGB
CMYK
RGB Variations
Color information
#733E69 (or 0x733E69) is known color: Palatinate Purple. HEX triplet: 73, 3E and 69. RGB value is (115,62,105). Sum of RGB (Red+Green+Blue) = 115+62+105=282 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.78% from 282); Green value is 62 (24.61% from 255 or 21.99% from 282); Blue value is 105 (41.41% from 255 or 37.23% from 282); Max value from RGB is 115 - color contains mainly: red. Hex color #733E69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733E69 is #8CC196. Grayscale: #525252. Windows color (decimal): -9224599 or 6897267. OLE color: 6897267.
HSL color Cylindrical-coordinate representation of color #733E69: hue angle of 311.32º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #733E69 is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 62 | 105 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.55 |
| HSL | 311.32º | 0.3% | 0.35% | - |
| HSV(B) | 311.32º | 0.46% | 0.45% | - |
| XYZ | 11.34 | 8.11 | 14.33 | - |
| YUV | 82.75 | 140.56 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 62 | 105 | 0 | 0.46 | 0.09 | 0.55 | 311.32 | 0.3 | 0.35 |
| Hex | 73 | 3E | 69 | 0 | 2E | 9 | 37 | 137 | 1E | 23 |
| Octal | 163 | 76 | 151 | 0 | 56 | 11 | 67 | 467 | 36 | 43 |
| Binary | 1110011 | 111110 | 1101001 | 0 | 101110 | 1001 | 110111 | 100110111 | 11110 | 100011 |
Color Harmonies of #733E69
Complementary color
Monochromatic Colors of #733E69
Black with #733E69
Text Example
Text Example
White with #733E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733E69; }
p { color: rgb(115,62,105); }
H1.HeaderClassName
{
color: #733E69;
}
.AnyTagClassName
{
color: #733E69;
}
</style>
background-color css
<style>
a { background-color: #733E69; }
a { background-color: rgb(115,62,105); }
div.DivClassName
{
background-color: #733E69;
}
.BgClassName
{
background-color: #733E69;
}
</style>
border-color css
<style>
span { border-color: #733E69; }
span { border-color: rgb(115,62,105); }
td.TdClassName
{
border-color: #733E69;
}
.TagClassName
{
border-color: #733E69;
}
</style>