Shades of Palatinate Purple #733465
Tints of Palatinate Purple #733465
RGB
CMYK
RGB Variations
Color information
#733465 (or 0x733465) is known color: Palatinate Purple. HEX triplet: 73, 34 and 65. RGB value is (115,52,101). Sum of RGB (Red+Green+Blue) = 115+52+101=268 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.91% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 101 (39.84% from 255 or 37.69% from 268); Max value from RGB is 115 - color contains mainly: red. Hex color #733465 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733465 is #8CCB9A. Grayscale: #4C4C4C. Windows color (decimal): -9227163 or 6632563. OLE color: 6632563.
HSL color Cylindrical-coordinate representation of color #733465: hue angle of 313.33º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #733465 is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 52 | 101 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.55 |
| HSL | 313.33º | 0.38% | 0.33% | - |
| HSV(B) | 313.33º | 0.55% | 0.45% | - |
| XYZ | 10.65 | 7.04 | 13.11 | - |
| YUV | 76.42 | 141.87 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 52 | 101 | 0 | 0.55 | 0.12 | 0.55 | 313.33 | 0.38 | 0.33 |
| Hex | 73 | 34 | 65 | 0 | 37 | C | 37 | 139 | 26 | 21 |
| Octal | 163 | 64 | 145 | 0 | 67 | 14 | 67 | 471 | 46 | 41 |
| Binary | 1110011 | 110100 | 1100101 | 0 | 110111 | 1100 | 110111 | 100111001 | 100110 | 100001 |
Color Harmonies of #733465
Complementary color
Monochromatic Colors of #733465
Black with #733465
Text Example
Text Example
White with #733465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733465; }
p { color: rgb(115,52,101); }
H1.HeaderClassName
{
color: #733465;
}
.AnyTagClassName
{
color: #733465;
}
</style>
background-color css
<style>
a { background-color: #733465; }
a { background-color: rgb(115,52,101); }
div.DivClassName
{
background-color: #733465;
}
.BgClassName
{
background-color: #733465;
}
</style>
border-color css
<style>
span { border-color: #733465; }
span { border-color: rgb(115,52,101); }
td.TdClassName
{
border-color: #733465;
}
.TagClassName
{
border-color: #733465;
}
</style>