Shades of Palatinate Purple #733A61
Tints of Palatinate Purple #733A61
RGB
CMYK
RGB Variations
Color information
#733A61 (or 0x733A61) is known color: Palatinate Purple. HEX triplet: 73, 3A and 61. RGB value is (115,58,97). Sum of RGB (Red+Green+Blue) = 115+58+97=270 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.59% from 270); Green value is 58 (23.05% from 255 or 21.48% from 270); Blue value is 97 (38.28% from 255 or 35.93% from 270); Max value from RGB is 115 - color contains mainly: red. Hex color #733A61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733A61 is #8CC59E. Grayscale: #4F4F4F. Windows color (decimal): -9225631 or 6371955. OLE color: 6371955.
HSL color Cylindrical-coordinate representation of color #733A61: hue angle of 318.95º 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 #733A61 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 58 | 97 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.55 |
| HSL | 318.95º | 0.33% | 0.34% | - |
| HSV(B) | 318.95º | 0.5% | 0.45% | - |
| XYZ | 10.74 | 7.53 | 12.2 | - |
| YUV | 79.49 | 137.88 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 58 | 97 | 0 | 0.50 | 0.16 | 0.55 | 318.95 | 0.33 | 0.34 |
| Hex | 73 | 3A | 61 | 0 | 32 | 10 | 37 | 13F | 21 | 22 |
| Octal | 163 | 72 | 141 | 0 | 62 | 20 | 67 | 477 | 41 | 42 |
| Binary | 1110011 | 111010 | 1100001 | 0 | 110010 | 10000 | 110111 | 100111111 | 100001 | 100010 |
Color Harmonies of #733A61
Complementary color
Monochromatic Colors of #733A61
Black with #733A61
Text Example
Text Example
White with #733A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733A61; }
p { color: rgb(115,58,97); }
H1.HeaderClassName
{
color: #733A61;
}
.AnyTagClassName
{
color: #733A61;
}
</style>
background-color css
<style>
a { background-color: #733A61; }
a { background-color: rgb(115,58,97); }
div.DivClassName
{
background-color: #733A61;
}
.BgClassName
{
background-color: #733A61;
}
</style>
border-color css
<style>
span { border-color: #733A61; }
span { border-color: rgb(115,58,97); }
td.TdClassName
{
border-color: #733A61;
}
.TagClassName
{
border-color: #733A61;
}
</style>