Shades of Palatinate Purple #733462
Tints of Palatinate Purple #733462
RGB
CMYK
RGB Variations
Color information
#733462 (or 0x733462) is known color: Palatinate Purple. HEX triplet: 73, 34 and 62. RGB value is (115,52,98). Sum of RGB (Red+Green+Blue) = 115+52+98=265 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.40% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 98 (38.67% from 255 or 36.98% from 265); Max value from RGB is 115 - color contains mainly: red. Hex color #733462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733462 is #8CCB9D. Grayscale: #4B4B4B. Windows color (decimal): -9227166 or 6435955. OLE color: 6435955.
HSL color Cylindrical-coordinate representation of color #733462: hue angle of 316.19º 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 #733462 is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 52 | 98 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.55 |
| HSL | 316.19º | 0.38% | 0.33% | - |
| HSV(B) | 316.19º | 0.55% | 0.45% | - |
| XYZ | 10.5 | 6.98 | 12.35 | - |
| YUV | 76.08 | 140.37 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 52 | 98 | 0 | 0.55 | 0.15 | 0.55 | 316.19 | 0.38 | 0.33 |
| Hex | 73 | 34 | 62 | 0 | 37 | F | 37 | 13C | 26 | 21 |
| Octal | 163 | 64 | 142 | 0 | 67 | 17 | 67 | 474 | 46 | 41 |
| Binary | 1110011 | 110100 | 1100010 | 0 | 110111 | 1111 | 110111 | 100111100 | 100110 | 100001 |
Color Harmonies of #733462
Complementary color
Monochromatic Colors of #733462
Black with #733462
Text Example
Text Example
White with #733462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733462; }
p { color: rgb(115,52,98); }
H1.HeaderClassName
{
color: #733462;
}
.AnyTagClassName
{
color: #733462;
}
</style>
background-color css
<style>
a { background-color: #733462; }
a { background-color: rgb(115,52,98); }
div.DivClassName
{
background-color: #733462;
}
.BgClassName
{
background-color: #733462;
}
</style>
border-color css
<style>
span { border-color: #733462; }
span { border-color: rgb(115,52,98); }
td.TdClassName
{
border-color: #733462;
}
.TagClassName
{
border-color: #733462;
}
</style>