Shades of Palatinate Purple #733366
Tints of Palatinate Purple #733366
RGB
CMYK
RGB Variations
Color information
#733366 (or 0x733366) is known color: Palatinate Purple. HEX triplet: 73, 33 and 66. RGB value is (115,51,102). Sum of RGB (Red+Green+Blue) = 115+51+102=268 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.91% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 102 (40.23% from 255 or 38.06% from 268); Max value from RGB is 115 - color contains mainly: red. Hex color #733366 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733366 is #8CCC99. Grayscale: #4B4B4B. Windows color (decimal): -9227418 or 6697843. OLE color: 6697843.
HSL color Cylindrical-coordinate representation of color #733366: hue angle of 312.19º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #733366 is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 51 | 102 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.55 |
| HSL | 312.19º | 0.39% | 0.33% | - |
| HSV(B) | 312.19º | 0.56% | 0.45% | - |
| XYZ | 10.65 | 6.97 | 13.35 | - |
| YUV | 75.95 | 142.7 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 51 | 102 | 0 | 0.56 | 0.11 | 0.55 | 312.19 | 0.39 | 0.33 |
| Hex | 73 | 33 | 66 | 0 | 38 | B | 37 | 138 | 27 | 21 |
| Octal | 163 | 63 | 146 | 0 | 70 | 13 | 67 | 470 | 47 | 41 |
| Binary | 1110011 | 110011 | 1100110 | 0 | 111000 | 1011 | 110111 | 100111000 | 100111 | 100001 |
Color Harmonies of #733366
Complementary color
Monochromatic Colors of #733366
Black with #733366
Text Example
Text Example
White with #733366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733366; }
p { color: rgb(115,51,102); }
H1.HeaderClassName
{
color: #733366;
}
.AnyTagClassName
{
color: #733366;
}
</style>
background-color css
<style>
a { background-color: #733366; }
a { background-color: rgb(115,51,102); }
div.DivClassName
{
background-color: #733366;
}
.BgClassName
{
background-color: #733366;
}
</style>
border-color css
<style>
span { border-color: #733366; }
span { border-color: rgb(115,51,102); }
td.TdClassName
{
border-color: #733366;
}
.TagClassName
{
border-color: #733366;
}
</style>